CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - boundingbox
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - boundingbox - List
[
CSharp
]
Boundingbox
DL : 0
程序源码。三点定圆。通过VC++编译运行成功。个人实现-procedures source. 3:00 set Yuan. Compiled by VC running successfully. Personal achievement
Update
: 2008-10-13
Size
: 1.15kb
Publisher
:
孙威
[
OpenGL program
]
leven_3ds_BoundingBox
DL : 0
自己写的一个读取3ds和产生boundingbox的例子,简单易用。其中用到了不少Nehe中的思想。-himself wrote a 3ds read and generate boundingbox example, simple and easy. Which uses a lot of thinking Nehe.
Update
: 2008-10-13
Size
: 327.53kb
Publisher
:
ourleven
[
Special Effects
]
GrabCut_MFC
DL : 0
一个交互式目标提取算法,是一个MFC应用程序。只要用户给定一个BoundingBox指定感兴趣的目标就能提取感兴趣的目标。
Update
: 2010-12-24
Size
: 13.99mb
Publisher
:
XiaKeXing
[
CSharp
]
Boundingbox
DL : 0
程序源码。三点定圆。通过VC++编译运行成功。个人实现-procedures source. 3:00 set Yuan. Compiled by VC running successfully. Personal achievement
Update
: 2025-02-19
Size
: 1kb
Publisher
:
孙威
[
OpenGL program
]
leven_3ds_BoundingBox
DL : 0
自己写的一个读取3ds和产生boundingbox的例子,简单易用。其中用到了不少Nehe中的思想。-himself wrote a 3ds read and generate boundingbox example, simple and easy. Which uses a lot of thinking Nehe.
Update
: 2025-02-19
Size
: 327kb
Publisher
:
ourleven
[
DirextX
]
BoundingBox
DL : 0
包围盒,一个完美的包围盒,DirectX。游戏开发中必备的东西。-一个完美的包围盒,DirectX。游戏开发中必备的东西。
Update
: 2025-02-19
Size
: 755kb
Publisher
:
紫素青云
[
Windows Develop
]
boundingbox
DL : 0
根据binary 图像中像素的密度,框定前景的图像框。-boundingbox for binary image or video sequences
Update
: 2025-02-19
Size
: 1kb
Publisher
:
jiling
[
ActiveX/DCOM/ATL
]
OSG_ODE_BoundingBox
DL : 0
用2005编写的 osg+ode 事例源码 转载-osg+ode 事例源码+转载
Update
: 2025-02-19
Size
: 237kb
Publisher
:
cyberdstar
[
Windows Develop
]
BoundingBox
DL : 0
BoundingBox,可用来把图片中的人框出来,记录下坐标,写入文件。可能要有OPENCV的支持。-BoundingBox, can be used to bring in a picture frame out of people, recording the coordinates, write to a file. May have OPENCV support.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
lan
[
Special Effects
]
regionprops
DL : 1
使用regionprops中BoundingBox功能对图片进行处理获得X,Y的坐标值以及长宽度-Use regionprops the BoundingBox of the image processing functions to obtain X, Y coordinate values and long-width
Update
: 2025-02-19
Size
: 2kb
Publisher
:
wonderful
[
Editor
]
khalid_khuwaja
DL : 0
Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = regionprops(Ilabel) Ibox = [Iprops.BoundingBox] Ibox = reshape(Ibox,[4 50]) Ic = [Iprops.Centroid] Ic = reshape(Ic,[2 50]) Ic = Ic Ic(:,3) = (mean(Ic.^2,2)).^(1/2) Ic(:,4) = 1:50 Extra lines compare to example2 to extract all the components into an cell array Ic2 = sortrows(Ic,2) for cnt = 1:5 Ic2((cnt-1)*10+1:cnt*10,:) = sortrows(Ic2((cnt-1)*10+1:cnt*10,:),4) end Ic3 = Ic2(:,1:2) ind = Ic2(:,4) for cnt = 1:50 img{cnt} = imcrop(Ibw,Ibox(:,ind(cnt))) end -Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = regionprops(Ilabel) Ibox = [Iprops.BoundingBox] Ibox = reshape(Ibox,[4 50]) Ic = [Iprops.Centroid] Ic = reshape(Ic,[2 50]) Ic = Ic Ic(:,3) = (mean(Ic.^2,2)).^(1/2) Ic(:,4) = 1:50 Extra lines compare to example2 to extract all the components into an cell array Ic2 = sortrows(Ic,2) for cnt = 1:5 Ic2((cnt-1)*10+1:cnt*10,:) = sortrows(Ic2((cnt-1)*10+1:cnt*10,:),4) end Ic3 = Ic2(:,1:2) ind = Ic2(:,4) for cnt = 1:50 img{cnt} = imcrop(Ibw,Ibox(:,ind(cnt))) end
Update
: 2025-02-19
Size
: 285kb
Publisher
:
honey
[
Editor
]
BoundingBox
DL : 0
Bounding Box for models by exjam s rendering rose tools made for rose online.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
xkillasx
[
Windows Develop
]
Mtarget_extrao
DL : 0
运动目标检测 基于运动目标的外外接矩形框的检测跟踪可直接使用。 -Moving target detection is based on the outside of the moving target boundingbox detection and tracking can be used directly.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
dep
[
VC/MFC
]
BoundingBox
DL : 0
对点坐标、距离、面积和某个对象质量特性进行查询-Query point coordinates, distance, area, and an object quality characteristics
Update
: 2025-02-19
Size
: 7kb
Publisher
:
半夏
[
OpenCV
]
OPENCV
DL : 0
可用的机器视觉识别图形边缘-外接矩形框,接普通摄像头可连接-Available machine vision recognition Graphic Edge- boundingbox
Update
: 2025-02-19
Size
: 6kb
Publisher
:
l
[
GDI-Bitmap
]
Mymark_region
DL : 0
对检测出来的车辆二值化以后,求出运动目标区域标记的面积及最大的外接矩形框-After the vehicle detected on the area of the two values, calculated movement marked the target area and the largest boundingbox
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小洋芋
[
matlab
]
boundingbox
DL : 0
Rajeshkumar Erode Matlab code
Update
: 2025-02-19
Size
: 14.41mb
Publisher
:
rajeshkumar
[
Other Databases
]
boundingbox
DL : 0
Bounding Box for R-tree in C-Bounding Box for R-tree in C++
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Jafat
[
Other
]
to_draw_bounding-box
DL : 0
This code helps to draw bounding box for an object
Update
: 2025-02-19
Size
: 1kb
Publisher
:
venkateshab
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.