搜索资源列表
IMAGE-COLLECT
- this program is used to detect the corner of image
speckle-noise-detect
- SAR图像斑点噪声是一个影响SAR图像处理的重要因素,这里提供了斑点噪声滤除的几种方法-SAR images speckle is a SAR image processing effects of the important factors, here to provide a speckle reduction in several ways
blindvc-image
- 盲水印 1.original image is 512*512 clormap.format of the image should be *.bmp. 2.watermark image is 64*64 binary image.format of the image should be *.bmp. 3.choose original image form menu \"open\" and add watermark from menu \"watermark\". 4.
boudrydetect
- image boudry detect,image boudry detect
houghline.hough 变换提取直线 MATLAB程序
- hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线,Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line
harris-corner-detector.rar
- harris角点检测算法,用于图像拼接的配准,harris corner detection algorithm for image mosaic of the registration
Detection.rar
- This code can detect ellipse in image using hough transform,This code can detect ellipse in image using hough transform
rectangule-detect
- 代码就如何在一幅图像中检测矩形框做了说明并用代码实现,希望对您有所帮助。-Code on how to detect image shows a rectangular box made and used code, I hope for your help.
hough-Transform-for-Line-Detect
- Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me.
image-detect
- 基于图像处理的相机自动调焦系统!可以自动调整图像的大小跟分辨率-Based on image processing camera automatic focusing system! Can automatically adjust the image size with the resolution
facedetect
- face detect and localization guidance program using opencv
Cross-Correlation-Target-Image-Detection
- 正交相关目标检测,采用正交相关方法检测指定目标在图像中的位置。适用于计算机视觉中的视频目标检测、视觉目标检测、目标定位、视觉目标跟踪、视频目标跟踪、图像匹配、图像配准等工作。-cross relation detection is used to detect object in image for in the field computer vision such as visual object detection, motion detection, object localization
image-zones-detection
- System that detect zones on images.
Image forgery
- this code is for image forgery detection used to detect the changes made in the image
detect-rect
- 采用摄像头拍摄图片,检测图片中的矩形,并将其像素坐标和图像存储下来-Take pictures using the camera to detect the rectangular image and its pixel coordinates and image storage down
image-edge
- 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。-Derivative of Gaussian function to detect image edges, essentially Steerable wavelet transform to detect the image edge.
java--detect-image-contour
- 图像轮廓的提取 图像处理的第一步 主要是对图像模糊背以及锐化处理-Image contour extraction
Detect-Image
- 该系统为通过图像自动计测是否符合继续要求的条件,需要一些硬件驱动。-this system is detect image ..
Detect Face in live webcam
- Code to detect face in live webcam video, this code will detect if human face exists in the live webcam video and if face it detected then it will draw a box around the face
SURF-based-image-stitching
- SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。