搜索资源列表
editdib
- 这是一个具有批量把图象数据写入数据库,相册创建,管理功能的图象处理程序.他具有图象放大,缩小,区域选取,颜色拾取,还有一个象photoshop一样可以切换的前景色背景色选取区域.更有图象调整功能,如亮度,对比度,gama,高亮度,中间色,阴影.还有很多滤镜效果.
区域增长法代码
- 此资源为区域增长法的实现代码,用于使用时选取一个合适的种子点进行区域填充,将彩色图像的不同区域分割出来
RegionGrowt.zip
- 一个基于c++的区域生长算法程序,从种子点选取到生长规则的确定,很详细。,C++-based region growing algorithm process, from seed selection to the growing point of identification of the rules in great detail.
ROI
- 在图像中选取自己感兴趣的一块儿区域,然后可以在此区域中进行局部图像的处理-selection of the region of interest of the image and processing
GloveDetect
- 通过抓屏选取视频中的某一区域的图像,定时对图像处理-Through the screenshots to select the video image of a given region, timing of image processing
Regional_Growth_Act
- 典型,具有代表性的区域增长算法,选取了3个种子。-Typical and representative regional growth algorithm, select the 3 seed.
catchscreen
- 本程序是一个模拟qq截图的程序,运行程序有出现于qq截图类似的画面,选取区域后双击截图,并且保存截取图片。-This procedure is a simulation of the process qq screenshot, run the program have seen in the screenshot qq similar screen, select the region after the double-click the screenshot, and save pictur
imageGUI
- 运用MATLAB工具箱实现图像处理的GUI程序设计 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入
ROIDraw
- 兴趣区域选取,扩展兴趣区选取的功能,不必局限于圆形或方形轮廓落形态-Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw s primary purpose is to expand upon the drawing of rectangular ROI s by allowing you to d
RGBDisplay
- 单击颜色按钮可以在右侧颜色区域显示对应的颜色;拖动滑块可以改变颜色,并在滑块的右侧显示相应的RGB值;在输入框中输入0~255范围内的数值,可以自动调整滑块的位置,并在颜色区域显示相应的颜色;单击“颜色对话框”按钮可以打开Windows的调色板进行颜色的选取;单击“鼠标选取”按钮可以拾取任何图形上的颜色显示在颜色区域并在右下侧显示器RGB值-Click the color button to the right shows the corresponding color region color
exa4_4
- 在OPENCV 环境下,对图片进行的处理,主要包括选取感兴趣区域并截取-under the enviroment of opencv,a photo is processed.the interesting area is cut.
case8
- 区域四邻接点填充算法,选取区域边上的四个邻接点,再进行填充 -Regional four neighborhood pixels filling algorithm, select the region adjacent to the edge of the four points, and then to fill
dct
- 对一副图像进行部分模糊化处理,鼠标自有选取区域,并对此区域进行模糊化处理-Part of a blurred image processing, mouse, choose their own region and this region fuzzy processing
Proteus71
- PROTEUS 7.1 新增功能 ISIS 部分: 全新的用户界面: 鼠标移动到对象上方时,会有可视化提示。 不同的鼠标指针类型显示该对象将进行的不同操作。 高效率非模态选择、布线。 便利的鼠标运用——左键选取、放置,右键提示菜单。 更加便捷的块操作方式,可调整选取区域及可定义的拾取点。 改进的鼠标滚轮的摇摆及缩放工具,使得设计导航操作更加便捷。
main
- 基于分水岭自动选取种子的区域生长来进行彩色图像分割-Automatically selected based on the watershed to the seed region growing for color image segmentation
PlateLocal(matlab)
- 实现车牌识别并自动定位* 主函数:MyCarLocal.m * * im2gray 将图像转化为灰度图象; * * mycombine 区域合并; * * select 前期处理的区域选取; * * isplate 判断检测出的区域是否为车牌区域,还需要继续完善。-Automatic license plate recognition and positioning to achieve
detection
- 在粒子滤波器框架下,选取区域协方差矩阵特征对运动独立的目标进行描述.-an adaptive template update method base on region covariance descr iptor to track the target using particle filter algorithm in a complex circumstance.
FG
- 交互式支持向量机图像分割程序,通过鼠标选取区域实现前景和背景选取-Interactive support vector machine image segmentation procedures, through the mouse to select regions of foreground and background selection
区域生长法代码
- 用区域生长法代码实现对图像的分割,包括阈值的选取(Using region growing method to achieve the image segmentation, including the selection of threshold)
semi_convex_hull
- 凸包算法,选取区域最外围点,用于感兴趣区域提取。(Convex hull algorithm is used to extract regions of interest.)