Location:
Search - boundingbox
Search list
Description: 程序源码。三点定圆。通过VC++编译运行成功。个人实现-procedures source. 3:00 set Yuan. Compiled by VC running successfully. Personal achievement
Platform: |
Size: 1178 |
Author: 孙威 |
Hits:
Description: 自己写的一个读取3ds和产生boundingbox的例子,简单易用。其中用到了不少Nehe中的思想。-himself wrote a 3ds read and generate boundingbox example, simple and easy. Which uses a lot of thinking Nehe.
Platform: |
Size: 335387 |
Author: ourleven |
Hits:
Description: 一个交互式目标提取算法,是一个MFC应用程序。只要用户给定一个BoundingBox指定感兴趣的目标就能提取感兴趣的目标。
Platform: |
Size: 14664814 |
Author: XiaKeXing |
Hits:
Description: 程序源码。三点定圆。通过VC++编译运行成功。个人实现-procedures source. 3:00 set Yuan. Compiled by VC running successfully. Personal achievement
Platform: |
Size: 1024 |
Author: 孙威 |
Hits:
Description: 自己写的一个读取3ds和产生boundingbox的例子,简单易用。其中用到了不少Nehe中的思想。-himself wrote a 3ds read and generate boundingbox example, simple and easy. Which uses a lot of thinking Nehe.
Platform: |
Size: 334848 |
Author: ourleven |
Hits:
Description: 包围盒,一个完美的包围盒,DirectX。游戏开发中必备的东西。-一个完美的包围盒,DirectX。游戏开发中必备的东西。
Platform: |
Size: 773120 |
Author: 紫素青云 |
Hits:
Description: 根据binary 图像中像素的密度,框定前景的图像框。-boundingbox for binary image or video sequences
Platform: |
Size: 1024 |
Author: jiling |
Hits:
Description: 用2005编写的 osg+ode 事例源码 转载-osg+ode 事例源码+转载
Platform: |
Size: 242688 |
Author: cyberdstar |
Hits:
Description: 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.
Platform: |
Size: 6144 |
Author: lan |
Hits:
Description: 使用regionprops中BoundingBox功能对图片进行处理获得X,Y的坐标值以及长宽度-Use regionprops the BoundingBox of the image processing functions to obtain X, Y coordinate values and long-width
Platform: |
Size: 2048 |
Author: wonderful |
Hits:
Description: 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
Platform: |
Size: 291840 |
Author: honey |
Hits:
Description: Bounding Box for models by exjam s rendering rose tools made for rose online.
Platform: |
Size: 1024 |
Author: xkillasx |
Hits:
Description: 运动目标检测 基于运动目标的外外接矩形框的检测跟踪可直接使用。
-Moving target detection is based on the outside of the moving target boundingbox detection and tracking can be used directly.
Platform: |
Size: 1024 |
Author: dep |
Hits:
Description: 对点坐标、距离、面积和某个对象质量特性进行查询-Query point coordinates, distance, area, and an object quality characteristics
Platform: |
Size: 7168 |
Author: 半夏 |
Hits:
Description: 可用的机器视觉识别图形边缘-外接矩形框,接普通摄像头可连接-Available machine vision recognition Graphic Edge- boundingbox
Platform: |
Size: 6144 |
Author: l |
Hits:
Description: 对检测出来的车辆二值化以后,求出运动目标区域标记的面积及最大的外接矩形框-After the vehicle detected on the area of the two values, calculated movement marked the target area and the largest boundingbox
Platform: |
Size: 1024 |
Author: 小洋芋 |
Hits:
Description: Rajeshkumar Erode Matlab code
Platform: |
Size: 15111168 |
Author: rajeshkumar |
Hits:
Description: Bounding Box for R-tree in C-Bounding Box for R-tree in C++
Platform: |
Size: 1024 |
Author: Jafat |
Hits:
Description: This code helps to draw bounding box for an object
Platform: |
Size: 1024 |
Author: venkateshab
|
Hits: