搜索资源列表
C++Builder图像处理编程
- BMP图象在C++Builder环境下的实现,是个用于学习的不错的源码.-BMP images in the C Builder environment of achieving, is good for learning the source.
C++BuilderMObjectDISK
- 一本刘光的C++BUILDER的MObject开发书的附盘,含全部源码,但是删掉了地图数据文件(因为太大)-a C BUILDER MObject developed by the disk containing all the source code, but deleted from the map data files (as much)
C++BuilderOpenGL
- C++Builder环境下基于OpenGL的动画编程-C Builder environment OpenGL-based animation programming
HowtogetbmpImageforC++Builder
- C++ Builder环境下读取bmp图像,这种源码很少见,很有用哦-C Builder environment reading bmp image, which rarely see the source code, useful oh
c++builderandMO
- 一个c++builder使用MO控件的例子-use of a c builder MO Control example
numberplate_C++Builder
- 车牌识别C++Builder代码,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。 -LPR C Builder code, first and foremost, we should plates gray, Then the image median filtering for
CxImageForC++Builder
- 开源CxImage库,针对C++ Builder CxImage for C++ Builder
利用c++builder进行动画制作实例
- 利用c++builder进行动画制作实例-c builder for the use of animation examples
C++ Builder进行Open GL编程
- 用C++ Builder进行Open GL编程的源程序库-C Builder Open GL programming source library
C++Builder
- 本代码能够实现图像的任意角度旋转,图像的切割和图像的缩放,代码为本人学习C++builder初期的作业,效果还可以
OpenGL for Borland C++ Builder
- 48個課程源碼 OpenGL for Borland C++ Builder
cellcount.自己用C++ Builder设计的一个细胞处理软件
- 自己用C++ Builder设计的一个细胞处理软件,内部包含基本的图像处理功能,而且实现了细胞计数的功能。,Their use of C++ Builder designed a cell-processing software, internal include basic image processing functions, and the realization of the functions of the cell count.
OpenGL_ForBCB_ep.rar
- C++Builder下学习OpenGL的文档。,C Builder studies OpenGL the documents.
OpenGL的BCB库aux.zip
- 这是C++Builder没有提供glaux.h所对应的dll和lib文件。, This is C Builder has not provided dll and the lib document which glaux.h corresponds.
picrot
- 基于c++BuildER的图像的各角度的旋转-Based on c++ BuildER image of the angle of rotation
DosImage
- C\C++图像处理基本处理算法的实现,画点、线、边缘检测等等,希望对大家有帮助-C \ C++ image processing algorithms to deal with the realization of the basic painting point, line, edge detection, etc., we would like to help
code
- 深入研究适合该图像的预处理、二值分割、边缘提取和几何形状判断方法,重点研究针尖倒装、弯曲和倒刺等不合格针尖的自动检 测方法,并基于C++ Builder平台使用C++面向对象技术实现上述图像处理过程。 -Depth for the image preprocessing, binary segmentation, edge detection and geometric methods of shape judgments, focusing on needle flip, bend a
bmp2txt
- C++Builder源码,将BMP图形转换成文本字符,并可以保存为文本文件。参照网上资料,自行调试通过。-C++ Builder source code, to BMP graphics into text characters, and can be saved as a text file. Refer to online information through their own debugging.
用C++builder二值化图像
- 本例用BCB进行图像的基本处理,包括阈值二值化,黑白处理,中值滤波等实用程序
c++builder学习小程序
- 包括三视图、一点透视、轴测图,是学习c++builder或计算机图形学的必备小程序