登录
首页 » Visual C++ » Vehicle_Detection_Recognition-master

Vehicle_Detection_Recognition-master

于 2018-01-09 发布 文件大小:76KB
0 217
下载积分: 1 下载次数: 25

代码说明:

  车型识别图像处理MATLAB代码可运行适合新手入门只用(car recognization adapted rookie study playplay)

文件列表:

Vehicle_Detection_Recognition-master, 0 , 2017-03-31
Vehicle_Detection_Recognition-master\CarProphet.m, 3201 , 2017-03-31
Vehicle_Detection_Recognition-master\GUI, 0 , 2017-03-31
Vehicle_Detection_Recognition-master\GUI\MainWindow.fig, 70136 , 2017-03-31
Vehicle_Detection_Recognition-master\GUI\MainWindow.m, 8785 , 2017-03-31
Vehicle_Detection_Recognition-master\Model, 0 , 2017-03-31
Vehicle_Detection_Recognition-master\Model\Download.txt, 250 , 2017-03-31
Vehicle_Detection_Recognition-master\Old, 0 , 2017-03-31
Vehicle_Detection_Recognition-master\Old\Pic_Detect_Recognition.m, 765 , 2017-03-31
Vehicle_Detection_Recognition-master\Old\Start.m, 302 , 2017-03-31
Vehicle_Detection_Recognition-master\Old\Video_Detect_Recognition.m, 960 , 2017-03-31
Vehicle_Detection_Recognition-master\README.md, 3156 , 2017-03-31
Vehicle_Detection_Recognition-master\core_func, 0 , 2017-03-31
Vehicle_Detection_Recognition-master\core_func\draw.m, 391 , 2017-03-31
Vehicle_Detection_Recognition-master\core_func\draw_roi_class.m, 358 , 2017-03-31
Vehicle_Detection_Recognition-master\core_func\get_highscore_proposals.m, 277 , 2017-03-31
Vehicle_Detection_Recognition-master\start.m, 187 , 2017-03-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • edge_detect
    边沿检测与提取,轮廓跟踪的图象算法 用VC++实现,下载可以正常运行(Edge detection and extraction, contour tracing algorithm using image VC++ Realization can download the normal operation of)
    2008-04-25 22:20:43下载
    积分:1
  • DFT_by_dft
    VS 环境下利用opencv 实现图像的傅里叶变换,输入图片,保存输出结果。(Under VS environment use opencv to achieve image Fourier transform, the input image and save the output.)
    2016-07-05 16:08:58下载
    积分:1
  • Matrix
    说明:  求矩阵的特征值和特征向量,使用c语言编程(Matrix eigenvalues and eigenvectors, c language programming)
    2011-03-07 12:51:59下载
    积分:1
  • GMM-modeling-and-EM
    介绍Opencv这个图像处理库环境下的GMM建模与EM算法,从数学的角度深入分析高斯建模和EM算法(Introduce the the Opencv this image processing GMM modeling the EM algorithm in the library environment, in-depth analysis from a mathematical point of the Gaussian model and the EM algorithm)
    2012-07-11 15:40:59下载
    积分:1
  • doublemeter
    圆形图表的处理,包括大圆套小圆,双指针,针对设计仪表的初学者很有帮助(Treatment of circular charts, including the great circle sets of small round, double pointer, very helpful for beginners instrument design)
    2010-12-26 13:56:03下载
    积分:1
  • weighted-spatial-
    多径条件下基于加权空间平滑的阵元幅相误差校正(Multipath based on weighted spatial smoothing array element amplitude and phase error correction)
    2013-12-12 13:20:38下载
    积分:1
  • MbufAllocColor
    这个函数分配一个数据缓冲区与多个颜色指定系统上的乐队。这种类型的缓冲区允许表示彩色图像(例如,RGB)。 这个函数为每个指定分配缓冲区,一个二维表面颜色乐队。您可以使用MbufAlloc1d()和MbufAlloc2d()来创建单独的乐队一或二维 数据缓冲区,分别。 分配一个缓冲区后,我们建议您检查是否操作成功,使用MappGetError(),或通过验证,不是M_NULL返回的缓冲区的标识符。(This function allocates a data buffer with multiple color bands on the specified system. This type of buffer allows for the representation of color images (for example, RGB). This function allocates buffers that have a two-dimensional surface for each specified color band. You can use MbufAlloc1d() and MbufAlloc2d() to create single band one- or two-dimensional data buffers, respectively. After allocating a buffer, we recommend that you check if the operation was successful, using MappGetError(), or by verifying that the buffer identifier returned is not M_NULL.)
    2015-12-03 19:55:48下载
    积分:1
  • CameraCalibrate(相机标定)
    利用棋盘格对相机进行标定,加入误差判定及像素空间到实际物理空间的距离计算(The camera is calibrated by checkerboard, the error is added and the distance of pixel space to the actual physical space is calculated)
    2017-07-26 16:47:44下载
    积分:1
  • VC++_image_Code
    说明:  VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。(VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorithm, penumbral tune jitter histogram of the amendment, color conversion, corrosion, swelling, refinement algorithm, etc., as well as executable files for trial, together with supporting electronic collection, image processing is a good data entry.)
    2008-11-20 23:20:31下载
    积分:1
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • 696516资源总数
  • 106454会员总数
  • 1今日下载