搜索资源列表
edge-jpeg.tar
- jpg compression and decompression~-jpg compression and decompression ~
bianyuantuxiangjiance
- 这是一个人脸检测程序,可以有效检测出图像边缘。-This is a face detection procedures can effectively detect Edge.
VidCapDlg
- capture the image of the inpu object from the user and then detect image edge of the object-find the edge of image by different methods such as sobel,canny,gaussian and capture the image of the user
matlab
- matlab图像处理的一个实例,二值化,灰度图均衡化,滤波,提取边缘。自己毕业设计的一点心得和大家一起分享。-matlab image processing of an example of binary, grayscale equalization, filtering, edge extraction. Design their own school experiences and that we share.
234
- 本设计是针对第二题采用了两种算法用来识别各种水果。第一种算法是质心法,第二种方法是相关匹配法。 质心法 一.算法思想 质心法的优点在于图像经过任何旋转后,图像边缘到质心的距离求和始终为一个固定值,这样利用这一个特性,就可以辨识出各个图像。 -This design is the second title for the two algorithms used to identify a variety of fruits. The first is a qualitative-f
img_yc_demux_be16
- 基于ti5509ccs软件开发,图像处理软件,边值检测程序,优化过,有很强的使用性-Ti5509ccs-based software development, image processing software, edge detection procedures, optimize, and use a strong
cv3
- struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
cv4
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
cv6
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
edge
- matlab code about image processing
edge
- matlab code about image processing
1stmodule
- this the source code of edge detection-this is the source code of edge detection
rise
- 计算矢高.对于R,D,H 三个参数,只要输入任意的二个参数,就能得出另一参数.还可计算边厚和中心厚.-Calculate vector high. For the R, D, H three parameters, as long as any of the two input parameters, other parameters can be obtained. Can calculate edge thickness and center thickness.
cannyedge
- this canny edge detection code using opencv-this is canny edge detection code using opencv
edge_detection
- matlab code for edge detection
Betty-lovly
- 用游程编码实现边缘检测,把一幅二值图像经过游程编码,再解码-Used to detect code on the tour route,Coding with the tour route to the edge of the inspection, the value of a second image on a tour route, then decodes
betweenness
- Vertex and edge betweenness centrality
ANAFDLLI
- Segmentation of structure in medical images is an important research topic. It has applications in patient diagnoses, image-guided surgery, and medical data visualization. One approach to solving this problem is the use of active contours or \s
Hough
- Hough Transform There are four M files for this project. "wheel.m" contains the procedures for the Hough transform on the image wheel.gif using Sobel edge detection. "wheel_noise" contains the procedures for the Hough transform on the image wheelno
Edge_Detection
- Edge Detection and Image Filtering There are two M file for this project. "project2.m" contains the high level procedures for implementing this experiment. "imdetectedges.m" contains code for running the edge detection algorithms.-Edge Detection an