Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - skeleton
Search - skeleton - List
vc代码实现图像细化作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成骨架,形成骨架后能比较容易的分析图像,如提取图像的特征.-vc code image as a refined image preprocessing technology that purpose of the extraction of the source image frame, that is, the original image line width greater than one pixel lines only refined into a pixel width, formed skeleton, Skeleton formed after relatively easy analysis of images, such as extracting image features.
Update : 2024-05-07 Size : 46080 Publisher : 吴澜

需要用opencv,是多边形骨架化提取的代码-need opencv, polygon extraction of the skeleton code
Update : 2024-05-07 Size : 58368 Publisher : 王其军

包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 下载地址: 数字图像处理源码 -including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations and fractal approach painting trees and leaves, including source code, documentation and three download the executable address : Digital Image Processing FO
Update : 2024-05-07 Size : 114688 Publisher : lengjun

三星公司s3c2410的usb驱动的基本框架 复杂,但挺清晰的-Samsung S3C2410 the usb drive the basic framework of complex, but very clear
Update : 2024-05-07 Size : 10240 Publisher :

用Matlab实现了对一副图像骨架的提取,方法简单,易于掌握。内附实例-Using Matlab to achieve an image of the skeleton extraction method is simple, easy to master. Containing examples
Update : 2024-05-07 Size : 216064 Publisher : 李进

DL : 0
人们在使用电脑时,有时由于异常操作,有时由于病毒侵袭,会导致某个分区消失或硬盘无法启动。究其原因,就是硬盘分区表受损。硬盘分区表可以说是支持硬盘正常工作的骨架.操作系统正是通过它把硬盘划分为若干个分区,然后再在每个分区里面创建文件系统,写入数据文件.本文主要讲述的是分区表的位置,结构以及各个分区表是如何链接起来的.当掌握了这些知识后,即使分区表受到破坏,一样也可以根据残存的数据手工修复分区表,从而修复分区。-People in the use of computers, sometimes as a result of abnormal operation, and sometimes as a result of viruses will lead to the disappearance of a partition or hard disk can not start. The reason is that damage to the hard disk partition table. Hard disk partition table can be said to support the skeleton of the normal work of the hard disk. Through which the operating system is divided into a number of hard disk partition, and then there in every district to create the file system, write data files. This article focuses on the is the partition table location, structure, and all the partition table is how to link up. When this knowledge, even the destruction of the partition table, the same can also be the basis of remnants of data by hand to repair the partition table in order to repair partition .
Update : 2024-05-07 Size : 4096 Publisher : chenjin

DL : 0
hit-miss方法下的图像骨架提取,很好用-hit-miss method of image skeleton extraction, very good use
Update : 2024-05-07 Size : 1024 Publisher : ninja

DL : 0
细化算法,细化的目的是提取出连通区域的骨架。该算法在文字识别、指纹检测等应用中有着重要作用-Thinning algorithm, thinning is designed to extract the skeleton of regional connectivity. The algorithm in the character recognition, fingerprint detection and other applications play an important role in
Update : 2024-05-07 Size : 312320 Publisher : WSZH

DL : 0
骨架提取算法 Rosenfeld VC++开发环境-Skeleton extraction algorithm RosenfeldVC++ Development Environment
Update : 2024-05-07 Size : 1024 Publisher : 王树刚

MATLAB Code Skeleton for QPSK Digital Transmitter
Update : 2024-05-07 Size : 100352 Publisher : mindong

图像分析课程实验报告,delphi实现。 1. 图像显示 能显示图像,显示图像的基本信息,如:直方图、熵。 2. 图像变换 a) 平移 b) 缩放 c) 旋转 d) FFT变换 e) 小波变换 3. 图像增强 a) 直方图增强 b) 小波增强 4. 图像分割 a) 梯度分割 b) Canny算子 5. 图像滤波 a) 低通滤波 b) 中值滤波 c) 高通滤波 d) 带阻滤波 6. 数学形态学 a) 腐蚀 b) 扩张 c) 开运算 d) 闭运算 e) 骨架 7. 模式识别 a) 特征匹配 -Experiment report image analysis program, delphi realize. 1. Image display can show images, display images of the basic information, such as: histograms, entropy. 2. Image Transform a) Translation b) zoom c) rotation d) FFT transform e) Wavelet Transform 3. Image enhancement a) Histogram enhance b) wavelet enhanced 4. Image segmentation a) gradient partition b) Canny operator 5. Image Filtering a) low-pass filter b) median filter c) high-pass filtering d) band-stop filter 6. Mathematical morphology a) corrosion b) expansion c) open computing d) closing operation e) skeleton 7. Pattern Recognition a) Feature Matching
Update : 2024-05-07 Size : 285696 Publisher : 齐欢乐

在数字识别中,有时细化需要识别的数字以得到该数字的骨架。本程序给出了细化算法的代码。-In the digital identification, and sometimes need to identify the number of refinement in order to obtain the digital skeleton. This procedure gives the thinning algorithm code.
Update : 2024-05-07 Size : 3072 Publisher : 林雷

DL : 0
Linux PCI驱动骨架程序,演示怎么编写PCI设备驱动。-Linux PCI driver skeleton procedures, demonstration of how to prepare PCI device drivers.
Update : 2024-05-07 Size : 15360 Publisher : barrysong

DL : 0
usb驱动框架,都是建立在此基础上(linux 2.6.14测试)-usb driver framework, are built on the basis of this (linux 2.6.14 test)
Update : 2024-05-07 Size : 3072 Publisher : hwj

DL : 0
手写数字识别,提取数字骨架,划直线和该骨架相交,取交点数和数字端点为特征向量.建立特征库进行匹配-Handwritten numeral recognition, extraction digital skeleton designated intersection of a straight line and the skeleton, cross check points and digital endpoint for the eigenvector. To establish the characteristics of the Treasury match
Update : 2024-05-07 Size : 1024 Publisher : 黄超

骨骼动画的原理实例,虽然简单,但是可以说明问题,值得看看。骨骼动画的基础-Skeletal Animation example of the principle, although simple, but can describe the problem, it is worth to see. The basis of skeleton animation
Update : 2024-05-07 Size : 20480 Publisher : 白改朝

DL : 0
该书介绍了SkinnedMesh骨骼动画实现原理。(英文版)-The book introduced the principle realize SkinnedMesh skeleton animation. (English version)
Update : 2024-05-07 Size : 793600 Publisher : zhaofushan

骨架提取前的网格分割 骨架提取前的网格分割-Skeleton extraction grid before the partition in front of skeleton extraction grid partition
Update : 2024-05-07 Size : 2520064 Publisher : lvkun

DL : 0
这个程序讲述了一个模型的帧动画,是学习骨骼动画的基础,值得学习。-This procedure tells the story of a model frame animation, skeleton animation is the basis of learning, it is worth learning.
Update : 2024-05-07 Size : 3692544 Publisher : 袁文亭

DL : 0
3D骨架提取的基本算法代码,将4种最常见的算法均包含在内。-3D skeleton extraction of the basic algorithm code, will be four kinds of the most common algorithms are included.
Update : 2024-05-07 Size : 1382400 Publisher : xuyanbo
« 1 2 34 5 6 7 8 9 10 ... 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.