Welcome![Sign In][Sign Up]
Location:
Search - gradient OPENCV

Search list

[Graph DrawingHoG

Description: 经典HOG算法,基于梯度的直方图提取算法,用于人体检测十分有效!-HOG classic algorithms, gradient-based histogram extraction algorithms, used in human testing is very effective!
Platform: | Size: 4096 | Author: Yang | Hits:

[AI-NN-PRlearcode

Description: 行人检测源程序,居于svm技术。和梯度直方图提取-Pedestrian Detection source, living in SVM technology. And gradient histogram extraction
Platform: | Size: 1651712 | Author: 李可 | Hits:

[AlgorithmEdgeDetection

Description: Program use openCV to demo edge detection (algorithm Gradient).
Platform: | Size: 5584896 | Author: Thanh | Hits:

[Software Engineeringreg_grow

Description: region grow sirve para separa una region de una imagen dependiendo del nivel de griss que tenga los valores de entrada que es el punto a evaluar
Platform: | Size: 30720 | Author: jovhy | Hits:

[Special Effectsmorphology

Description: 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include C:\Program files\OpenCV\otherlibs\include C:\Program files\OpenCV\cvcam\include-Based on the OpenCV (Open Source Computer Vision platform), on the image morphology open and close, morphological gradient algorithm. Before running the installation program (1) OpenCV: ttp:// opencvlibrary.sourceforge.net (2) in vc6.0 the Tools | Options | Directories tab, add the following path: C: \ Program files \ OpenCV \ Cxcore \ include C : \ Program files \ OpenCV \ include C: \ Program files \ OpenCV \ cvaux \ include C: \ Program files \ OpenCV \ otherlibs \ include C: \ Program files \ OpenCV \ cvcam \ include
Platform: | Size: 182272 | Author: 高金锋 | Hits:

[Special Effectsjianbian

Description: 使用opencv工具对给定图片实现径向渐变效果。-Opencv tool to use for a given image to achieve the radial gradient effect.
Platform: | Size: 288768 | Author: 华维东 | Hits:

[matlabaccumarray

Description: C++ version (OpenCV) of the Matlab built-in functions accumarray.m and gradient.m
Platform: | Size: 1024 | Author: Phan | Hits:

[Special EffectsCImgChange

Description: opencv 对图像就行渐变处理功能代码·功能已实现-opencv image processing code on the line gradient function has been achieved
Platform: | Size: 1714176 | Author: chris | Hits:

[OpenCVBlog_hogCompute6.tar

Description: Opencv HOG (Histogram of Orientation Gradient) training based on Dalal method. When you try to use Opencv HOG, you may not know how the training of the SVM model is done. Here is the example Linux with Opencv2.1
Platform: | Size: 18151424 | Author: szproxy | Hits:

[OpenCVPedestrianTracking

Description: 梯度直方图,行人跟踪,用到了opencv-Gradient histogram, pedestrian tracking, and so used the opencv
Platform: | Size: 4333568 | Author: 王战新 | Hits:

[OpenCVOpenCV_HOG

Description: 梯度直方图算子的opencv代码,注释详细,可以快速的熟悉该算法./.-Gradient histogram opencv code operator, detailed notes, can quickly become familiar with the algorithm. /.
Platform: | Size: 216064 | Author: 田冰 | Hits:

[OpenCVImage-gradient

Description: 在VC++环境中安装好OPENCV,实现对加载图片进行图像渐现的效果-In installed in the VC++ environment OPENCV, to achieve the effect of the image fade-load images
Platform: | Size: 933888 | Author: 徐欣 | Hits:

[Multimedia DevelopimageProcess

Description: openCV + VS2008 实现的基本的图像处理运算,如线性运算、梯度运算、模板运算和图像旋转等-the openCV+ VS2008 achieve the basic image processing operations, such as linear operation, the gradient operator, template operations and image rotation
Platform: | Size: 10695680 | Author: 卓雅 | Hits:

[3D GraphicKinect_DepthCanny

Description: 用kinect获取3D图像,并从3D图像中用OpenCV方法从深度图中获取梯度边缘,从而得到更多信息,做后续处理-Get with kinect 3D images, and get the edge gradient from the depth map from a 3D image using OpenCV method to obtain more information, do follow-up treatment
Platform: | Size: 5015552 | Author: 大猫 | Hits:

[OpenCVLvwatershed

Description: 本程序利用opencv开源库实现watershed算法,利用人工选择种子点与梯度图两种方法来获取种子点。压缩包内有word文档介绍具体的操作和示例。-The program uses the open-source opencv library implements watershed algorithm, using artificial selection gradient map seeds and seed are two ways to get points. Compressed package have word document describes specific actions and examples.
Platform: | Size: 8090624 | Author: lvye | Hits:

[Special EffectscvOSFilter-v1.0

Description: 基于OpenCV的方向选择滤波,高斯核存放在了文件中,通过领域求解当前像素梯度角度theta。-Direction Selective filter based on OpenCV, Gaussian kernel stored in a file, theta by solving the current pixel field gradient.
Platform: | Size: 1031168 | Author: 龚尚 | Hits:

[OpenCVgradient

Description: openCV中边缘检测的应用,包括利用Canny算子,Sobel算子进行检测-Application of edge detection in openCV, including the use of Canny operator, Sobel operator to detect
Platform: | Size: 4764672 | Author: 郑小航 | Hits:

[OpenCVmatting

Description: 使用opencv开发,实现图像抠图,将需要的局部图像提取处理(Robust Matting 1. OpenCV 2. MTL library (for sparse matrix) 3. Intel Math Kernel Library (to solve linear equation by conjugate gradient method))
Platform: | Size: 87040 | Author: jackchen | Hits:

[Other新建 Microsoft Word 文档

Description: opencv实现傅里叶变换,傅立叶变换是把图像从空间域转化到频率域的变换。空间域:一般的情况下,空间域的图像是f(x,y)=灰度级(0-255),形象一点就是一个二维矩阵,每个坐标对应一个颜色值。频率域:频率:对于图像来说可以指图像颜色值的梯度,即灰度级的变化速度,幅度:可以简单的理解为是频率的权,即该频率所占的比例:能量=幅度(可能不太准确),变换结果为F(u,v),F代表幅度值,u代表x方向的频率,v代表y方向的频率(Fu Liye transform is the transformation of image from space domain to frequency domain. Spatial domain: in general, the image in the spatial domain is f (x, y) = gray level (0-255), and the image is a two-dimensional matrix, and each coordinate corresponds to a color value. Frequency domain: frequency: for images can refer to gradient image color values, i.e. the rate of change of gray level range can be simply understood as the right that the frequency of the frequency, the proportion of energy (= range may not be accurate), transform results for F (U, V), F on behalf of amplitude values, u represents the direction of X V frequency, Y direction frequency)
Platform: | Size: 12288 | Author: ambition123 | Hits:

[OtherHOG可视化

Description: HOG特征通过计算和统计图像局部区域的梯度方向直方图来构成特征,程序可以对图片中的hog特征进行可视化梯度大小和方向。(The HOG feature is constructed by calculating and counting the gradient direction histogram of the local area of the image. The program can visualize the gradient size and direction of the hog feature in the image.)
Platform: | Size: 3072 | Author: 沐子bd | Hits:
« 12 »

CodeBus www.codebus.net