-
Gabor基于OpenCV。
本文件实现了在OpenCV开发环境下的Gabor,可以直接加入OpenCV作为开发文件调用。-Gabor based on OpenCV.
- 2022-02-15 02:59:27下载
- 积分:1
-
Digital Image Filtering
Digital Image Filtering
- 2023-04-05 19:00:04下载
- 积分:1
-
章毓晋的经典书籍
章毓晋的经典书籍-《图像分割》,对学习图像处理十分有好处哦。来跟大家一起分享!-ZHANG Yu-jin
- 2022-01-23 10:34:53下载
- 积分:1
-
数学形态学方法及其应用,老书不好找电子版啦,给大家发一个。超星版的...
数学形态学方法及其应用,老书不好找电子版啦,给大家发一个。超星版的-Mathematical morphology and its applications, the old books not easy to find electronic version of啦, give you hair a. Superstar Edition
- 2022-08-07 20:21:17下载
- 积分:1
-
这个代码实现了很好的
This code implements the well-known Chan-Vese segmentation algorithm from the paper "Active Contours Without Edges."
This technique deforms an initial curve so that it separates foreground from background based on the means of the two regions. The technique is very robust to initialization and gives very nice results when there is a difference between the foreground and background means.
This code uses active contours and level sets in the implementation. It could also serve as a good framework for implementing all kinds of region-based active contour energies.
1.) Download
2.) Unzip
3.) Run >>region_seg_demo
See this site for experiments, videos, and more information on segmentation, active contours, and level sets:
[ http://www.shawnlankton.com/2007/05/active-contours/ ]
- 2022-06-21 17:17:59下载
- 积分:1
-
opencv视频抓取,转换成DIB方式处理
opencv视频抓取,转换成DIB方式处理-opencv video crawl, the way into a deal with DIB
- 2022-11-03 00:15:03下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
计算机图形学课程上作为例子学习的源代码,在VC6.0下完美运行,肯定是能用的,各位仔细调试!...
计算机图形学课程上作为例子学习的源代码,在VC6.0下完美运行,肯定是能用的,各位仔细调试!-Computer graphics courses as an example to study the source code, in perfect running under VC6.0 certainly can, and you carefully debugging!
- 2022-01-26 05:12:54下载
- 积分:1
-
Image processing, how to create templates and template matching, quickly moving...
图像处理,如何建立模版和进行模版的匹配,
快速地进行运动目标地识别-Image processing, how to create templates and template matching, quickly moving target to identify
- 2022-05-17 23:52:25下载
- 积分:1
-
该代码主要是实现图像的边缘检测,通过Robert算子、Sobel算子以及Prewitt算子来实现边缘检测...
该代码主要是实现图像的边缘检测,通过Robert算子、Sobel算子以及Prewitt算子来实现边缘检测-The code is mainly the realization of image edge detection, through the Robert operator, Sobel operator and Prewitt operator to achieve edge detection
- 2022-07-18 09:31:22下载
- 积分:1