Welcome![Sign In][Sign Up]
Location:
Search - opencv cxcore

Search list

[Other resourceopencv-ex2-2

Description: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似 */
Platform: | Size: 94838 | Author: 赵富强 | Hits:

[SourceCodeWinCE Compact7 OpenCV Library

Description: 包含cxcore和cv两个dll, 在WinCE Compact7中测试通过..
Platform: | Size: 884649 | Author: jing51536@126.com | Hits:

[Picture Vieweropencv-ex2-2

Description: 本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似 */-Linked to the most序显shaggy dog to sleep using 如 C++ Jun understand Fih fat striped显Core standard soil像, stamp C++ Jun cxcore.hpp Now中corner ,义tarts与Jun Fei River (CvMatrix) gaze intently similar* /
Platform: | Size: 94208 | Author: 赵富强 | Hits:

[Special EffectsReinforcement_Image

Description: C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
Platform: | Size: 58368 | Author: Michael_M | Hits:

[Special EffectsChromosome_counter

Description: 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。-Mathematical Morphology and related algorithms realize the C language source code examples of cxcore call OpenCV and highgui two libraries, the application of C language to realize pairs of chromosomes in the chromosome number of image statistics. The core algorithm code for an important mathematical morphology algorithms- open operation, closing operation (corrosion and expansion). Contains corrosion treatment, expansion of treatment, adaptive median filter, histogram method to determine differential binarization threshold, the seed fill algorithm, such as image processing algorithms realize the C language, it is also useful.
Platform: | Size: 133120 | Author: Michael_M | Hits:

[Special EffectsOpenCV_Needed

Description: When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
Platform: | Size: 113664 | Author: tuzhiguo | Hits:

[DSP programopencv_dsp

Description: opencv库在TI DM6437上的移植,目前包括两个库cv.lib和cxcore.lib的工程-opencv library
Platform: | Size: 774144 | Author: 葛文煜 | Hits:

[Special EffectsOTSU

Description: 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 //---OpenCV Lib file----------- #pragma comment (lib,"cv") #pragma comment (lib,"highgui") #pragma comment (lib, "cxcore") //---gsl Lib file----------- //#pragma comment (lib, "libgsl.a") #include "cv.h" #include "cxcore.h" #include "highgui.h" class COTSU { public: IplImage* Binarize( IplImage* pImg, int nThreshold ) int Threshold() void CalculateThresh( double* pHist, double dMean ) void GetThreshold( IplImage* pImg, CRect Rect ) COTSU() virtual ~COTSU() protected: bool m_bDone int m_nThreshold } #endif // !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_)
Platform: | Size: 2048 | Author: shaohu | Hits:

[Special Effectsmotiondetect

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), through the edge of inspection, the detection of moving targets to achieve. 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: 421888 | Author: 高金锋 | 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 Effectsfloodfill

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) filling the image domain 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: 86016 | Author: 高金锋 | Hits:

[VC/MFCOpenCV_Chinese_Manual

Description: 关于OpenCV的详尽中文手册,包括CxCore、CvAux、Cv、HighGUI中文参考手册;OpenCV安装文档说明;OpenCV历程:图像文件读入与显示,图像创建、保存和复制,Canny边缘检测,轮廓(contour)检测,图像旋转与缩放,读视频文件和运动问题检测,Hough线段检测,鼠标绘图,离散傅立叶变换,windows下使用采集卡directshow等等以及应用专题-About OpenCV detailed English manual, including CxCore, CvAux, Cv, HighGUI Chinese language reference manual OpenCV installation documentation OpenCV process: read and display image files, image creation, preservation and reproduction, Canny edge detection, contour (contour) Detection , image rotation and scaling, read video files and motion problem detection, Hough line segment detection, the mouse mapping, discrete Fourier transform, windows, etc. to use directshow capture card and the application of special
Platform: | Size: 3723264 | Author: 陈姗 | Hits:

[OpenCV000

Description: OpenCV提供了一個通用矩陣乘法的函式,cvGEMM(),代表的是GEneralized Matrix Multiplication,cvGEMM()可以處理線性代數方面許多的乘法運算,cvmMul()矩陣乘法這個函式就是從這裡來的,cvmMul()在"cvcompat.h"及"cxcore.h"這兩個函式庫被定義-OpenCV provides a common matrix multiplication function, cvGEMM (), represents the GEneralized Matrix Multiplication, cvGEMM () can handle many aspects of linear algebra and multiplication, cvmMul () matrix multiplication of this function is from here, and cvmMul () in the " cvcompat.h" and the " cxcore.h" These two libraries are defined
Platform: | Size: 1024 | Author: nip | Hits:

[OpenCVseveralexample

Description: 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv, opencv projects need to be installed readpic read from the disk image file and the image displayed on the screen item cpic this program shows how to use C++ class to create and display images, the C++ class cxcore.hpp defined, and the matrix class (CvMatrix) similar. Carmen project is to use opencv Kalman filter example. Project ransac is ransac algorithm example. California Institute of Technology toolbox_calib classic camera calibration package.
Platform: | Size: 6131712 | Author: lyd | Hits:

[OpenCVCxCore

Description: opencv的cxcore的各個函數的使用方法和解釋-opencv of cxcore use the various functions and interpretation of
Platform: | Size: 183296 | Author: 小白 | Hits:

[OpenCV321d

Description: Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
Platform: | Size: 18244608 | Author: sonic | Hits:

[Special Effectscxcore

Description: cxcore是opencv的核心部分,上传此代码为大家提高参考和学习。-xcore the opencv core section, upload the code for everyone to improve the reference and learning.
Platform: | Size: 2048 | Author: 张文 | Hits:

[DSP programcxcore

Description: 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cxcore函数库移植到CCS的静态链接库cxcore.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cxcore.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cxcore.lib一般和cv.lib配套使用,读者在下载cxcore.lib时也一并将cv.lib下载。作者也提供了将cv.lib与cxcore.lib添加到工程中的实验例程,并且该例程编译通过。也希望读者在该论坛找到该例程将其一并下载,配合使用。-During image processing DSP programming related, it is necessary to transplant opencv CCS platform. The authors provide the Opencv (1.0 version) of cxcore CCS library ported to the static link library cxcore.lib, as well as its generation project, the routine is compiled by the author to listen through (ccs3.3 version). As the project has generated obj files and lib file is too large, the project has been to remove it, the reader is in use, only need to recompile the project. Finally, the resulting cxcore.lib added to the CCS project can (do not forget to add the appropriate header files), as cxcore.lib general and cv.lib supporting the use of the reader and download cxcore.lib when a cv . lib download. The author also provides a cv.lib cxcore.lib added to the project with the experimental routine, and the routine compile. I hope readers find in this forum and download one of the routine, with the use.
Platform: | Size: 403456 | Author: xiaofan | Hits:

[DSP programopencv

Description: 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)移植到CCS的实测例程,该例程经作者编译听通过(ccs3.3版本)。工程中包括opencv.cpp(为测试源文件),和cv.lib、cxcore.lib、rts64plus.lib(为例程需要的库文件,其中cv.lib与cxcore.lib为opencv移植过来的库文件,如果读者需要了解cv.lib与cxcore.lib的移植过程,请下载作者提供的cv.lib的生成工程以及cxcore.lib的生成工程,所有的工程均基于ccs3.3版本),rts64plus.lib为CCS中的库函数。-During image processing DSP programming related, it is necessary to transplant opencv CCS platform. The authors provide the Opencv (1.0 version) ported to CCS measured routine that is compiled by the author to listen through (ccs3.3 version). Works include opencv.cpp (for testing the source file), and cv.lib, cxcore.lib, rts64plus.lib (library files needed for the routine, which cv.lib with cxcore.lib ported for the opencv library files, If the reader needs to know cv.lib with cxcore.lib the transplant process, please download the authors provide cv.lib generation engineering, and cxcore.lib generation projects, all projects are based ccs3.3 version), rts64plus.lib of CCS The library functions.
Platform: | Size: 6056960 | Author: xiaofan | Hits:

[Delphi/CppBuildercxcore097

Description: Opencv Cxcore.dll u must download if want use it
Platform: | Size: 445440 | Author: satriadi | Hits:
« 12 »

CodeBus www.codebus.net