CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - OPENCV IMAGE MFC
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - OPENCV IMAGE MFC - List
[
Special Effects
]
ImageProcessingandTargeTracking
DL : 0
Image Processing and Targe Tracking Using OpenCV
Update
: 2025-02-17
Size
: 3.13mb
Publisher
:
李振伟
[
Graph program
]
mfctest2avi
DL : 0
利用opencv加上mfc编写的读取AVI视频的程序,很多初学者正在寻找-Add mfc use opencv read AVI video prepared by the procedure, many beginners are looking for
Update
: 2025-02-17
Size
: 1.83mb
Publisher
:
刘某某
[
Special Effects
]
DisImage
DL : 0
基于opencv+MFC 的图象处理开发源代码-Based on opencv+ MFC development of image processing source code
Update
: 2025-02-17
Size
: 5.87mb
Publisher
:
李俊
[
Special Effects
]
opencv
DL : 0
Opencv图形图像处理,用OpenCV完成对图像的形态学操作-Opencv graphic image processing, using OpenCV to complete the image morphology operation
Update
: 2025-02-17
Size
: 12.85mb
Publisher
:
连捷
[
Picture Viewer
]
mymfc
DL : 0
应用OpenCV,基于对话框的MFC框架里面打开图像文件。-Application of OpenCV, the MFC framework based on the dialog box to open image files inside.
Update
: 2025-02-17
Size
: 79kb
Publisher
:
nunu
[
Special Effects
]
Ipl2Img
DL : 0
OpenCV and MFC Integration
Update
: 2025-02-17
Size
: 60kb
Publisher
:
tuzhiguo
[
Special Effects
]
mymfc
DL : 0
利用openCV,在VC++的环境下制作MFC界面更容易!-Use openCV, in VC++ Environment interface making it easier for MFC!
Update
: 2025-02-17
Size
: 6.05mb
Publisher
:
罗义平
[
Graph program
]
mymfc1
DL : 0
使用工具visual c++,opencv,并在vc++中的mfc下连接opencv并创建工程用于图像显示-The use of tools visual c++, Opencv, and vc++ In mfc connect and create a project for opencv image display
Update
: 2025-02-17
Size
: 4.19mb
Publisher
:
张路
[
VC/MFC
]
MFC_OpenCV
DL : 0
利用OpenCV打开图像,并在MFC方式显示(DIB显示),包含源码以及技术文档,是最简单的实例,欢迎下载。-Open the image using OpenCV and MFC display (DIB show), including source code and technical documentation, is the most simple example, welcome to download.
Update
: 2025-02-17
Size
: 1.24mb
Publisher
:
chen251213
[
Special Effects
]
MFC_OpenCV_Operation
DL : 0
1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
Update
: 2025-02-17
Size
: 35kb
Publisher
:
chen
[
Special Effects
]
Opencv-source-code
DL : 0
《OpenCV教程:基础篇》这本书附带的源码,作者为:刘瑞祯,于仕琪等。-source code for a book about opencv
Update
: 2025-02-17
Size
: 2.8mb
Publisher
:
Melody
[
Special Effects
]
Snake-contour
DL : 1
本程序以VC++为开发环境,以opencv和MFC为开发语言实现用Snake方法轮廓提取轮廓。提取轮廓是图像处理和视频流处理的基础-This procedure for a VC++ development environment, and MFC in opencv using the development of language Snake contour contour extraction method. Extraction of the outline of the image processing and video streaming deal with the basis of ...
Update
: 2025-02-17
Size
: 945kb
Publisher
:
baiyang
[
Windows Develop
]
showBMP
DL : 0
使用MFC ,用来打开BMP格式的照片。也可以使用opencv,联系起来使用-The use of MFC, used to open the BMP format pictures. You can also use opencv, linked to the use of ... ...
Update
: 2025-02-17
Size
: 2.1mb
Publisher
:
xlh
[
Special Effects
]
demo
DL : 0
opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the picture inversion and so on.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
pudn
[
Special Effects
]
image
DL : 0
基于OpenCV和MFC的图像处理基本平台-Image Processing based on OpenCV & MFC
Update
: 2025-02-17
Size
: 204kb
Publisher
:
陈杰
[
Special Effects
]
mymfc
DL : 0
MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
Update
: 2025-02-17
Size
: 14.47mb
Publisher
:
飞鹰
[
GDI-Bitmap
]
MFC_OPENCV
DL : 0
在MFC中应用OpenCv。可以打开保存图片的基本程序框架。(想正确运行,请确保已装OpenCv并且已经和VC6正确连接)-In the MFC Application OpenCv. You can save the image to open a basic procedural framework. (Think correctly, make sure that has been installed and has OpenCv and VC6 properly connected)
Update
: 2025-02-17
Size
: 1.88mb
Publisher
:
patrick
[
OpenCV
]
opencv_tracking001
DL : 0
基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
Update
: 2025-02-17
Size
: 89kb
Publisher
:
honghai
[
Graph program
]
MyVideo1.0_AutoCamshift
DL : 0
程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized automatically obtain an objective selection box and make camshift track
Update
: 2025-02-17
Size
: 555kb
Publisher
:
王呈鹏
[
Windows Develop
]
基于MFC的OpenCV图像显示并标记ROI
DL : 0
基于MFC的opencv图片预览,并对图ROI进行标记!(Opencv image preview based on MFC, and mark ROI!)
Update
: 2025-02-17
Size
: 18.6mb
Publisher
:
classpeople
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.