Welcome![Sign In][Sign Up]
Location:
Search - blobs

Search list

[ADO-ODBCblobs

Description: 一个在数据库中读取图像文件的例子,使用vc++编写-one in the database to read image files example, the use of vc + +
Platform: | Size: 572775 | Author: kaka | Hits:

[Other200711135

Description: Traffic sign shape classification based on Support Vector Machines and the FFT of the signature of blobs.pdf
Platform: | Size: 536291 | Author: 张夏宜 | Hits:

[Other resourceadaptive_background_substraction

Description: for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distinguish background, foreground and theft/left pixelsShadow removal moduleDetect shadow regions in monochrome videosCamera shift detection and suppression moduleDetect of small camera shift, and suppress the false alarms due to themBlob extraction moduleExtract connected foreground and theft/left pixels as blobsTheft/left baggage distinguish moduleDistinguish theft blobs and left baggage blobs
Platform: | Size: 20244 | Author: heavyseatree | Hits:

[ADO-ODBCblobs

Description: 一个在数据库中读取图像文件的例子,使用vc++编写-one in the database to read image files example, the use of vc++
Platform: | Size: 572416 | Author: kaka | Hits:

[DSP programadaptive_background_substraction

Description: for the TI dm6446 platformBackground subtraction moduleMaintain a background model, which can distinguish background, foreground and theft/left pixelsShadow removal moduleDetect shadow regions in monochrome videosCamera shift detection and suppression moduleDetect of small camera shift, and suppress the false alarms due to themBlob extraction moduleExtract connected foreground and theft/left pixels as blobsTheft/left baggage distinguish moduleDistinguish theft blobs and left baggage blobs
Platform: | Size: 20480 | Author: | Hits:

[DirextXBlobs

Description: DirectX SDK中的例子,演示物体的融合和方向改变。用于学习DirectX的编程,运行需要安装DirectX SDK 2008。-DirectX SDK examples, demonstrations of the integration and direction of objects to change. For learning DirectX programming, run need to install DirectX SDK 2008.
Platform: | Size: 22528 | Author: mindbrain | Hits:

[Special EffectsBlobExtraction

Description: 根据灰度值查找图源上的blob。并找出所有的边界点。-Find BLOBS AND THE EDGES.
Platform: | Size: 9216 | Author: guoyan | Hits:

[Special EffectsBlobAnalysis

Description: 在二值图象中找到各个blobs,进行标记分析.-find blobs in binary image, then labelling them.
Platform: | Size: 1651712 | Author: 黄未兰 | Hits:

[JSP/Javablobs

Description: A java based programming environment - processing - free from processing.org. here it uses a free library - OpenCV - to detect blobs in a live video capture - some parts like - hands or head or the entire human are evidenced through some visual effects.-A java based programming environment- processing- free from processing.org. here it uses a free library- OpenCV- to detect blobs in a live video capture- some parts like- hands or head or the entire human are evidenced through some visual effects.
Platform: | Size: 5120 | Author: valentin | Hits:

[Linux-UnixGlVideoManager

Description: VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways. With VideoMan is very easy and fast to initialize any kind of video input like webcams, video files, frame grabbers, IEEE 1394 cameras and so on. You can initialize multiple inputs at the same time and show them in the screen. Also, you can show the results of the processing steps of your computer vision algorithm (extracted edges, back projections, detected blobs...) This way you can see the results of what are you coding, checking the results of your algorithm steps. Moreover, the implemented visualization scheme make easier to combine computer graphics with video, for example to show a 3d model on top of video for augmented reality applications.-With VideoMan is very easy and fast to initialize any kind of video input like webcams, video files, frame grabbers, IEEE 1394 cameras and so on. You can initialize multiple inputs at the same time and show them in the screen. Also, you can show the results of the processing steps of your computer vision algorithm (extracted edges, back projections, detected blobs...) This way you can see the results of what are you coding, checking the results of your algorithm steps. Moreover, the implemented visualization scheme make easier to combine computer graphics with video, for example to show a 3d model on top of video for augmented reality applications.
Platform: | Size: 207872 | Author: Mzong | Hits:

[matlabBlobDetect

Description: Matlab code to detect (invariant) Blobs in images.
Platform: | Size: 2048 | Author: M3out | Hits:

[Special Effectsconnected_components_image

Description: Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData is used to read and process the pixels in the image. This is the specialty of C# to provide such a speed even on image processing applications. There is a set of modules that are designed to implement the algorithm. The program scans the image to convert the image into grayscale Levels. Then it converts the image into binary. This binary image will be subjected to splitting it into components. Here we can us 4-Connected or 8-Connected Algorithm but we used 8-Connected Algorithm for finding the Blobs in the image as described above
Platform: | Size: 53248 | Author: 程磊 | Hits:

[DirextXBlobs

Description: DIRECTx3D TEST PROGRAM
Platform: | Size: 477184 | Author: PANGCHENG | Hits:

[Video Capturecvblobslib_OpenCV_v8_3

Description: this useful program for identifying blobs in video stream . called connected component labeling Algo. -this is useful program for identifying blobs in video stream . called connected component labeling Algo.
Platform: | Size: 65536 | Author: uomhacker | Hits:

[File FormatCGLGrassfire

Description: OpenCV function that finds BLOBS in a binary image with the help of the Grassfire algorithm. It is not recursive, but call the function Grassfire each time a white pixel is found in the image. Input: 8bit Unsigned Char binary image. Output: Changed image, now all the BLOBS have different pixel values, all pixel in the same BLOB have the same pixel value.
Platform: | Size: 2048 | Author: Christian | Hits:

[Windows DevelopBlobsFLTKversion

Description: Blobs FLTK version.rar the .exe file is OK but not the whole packet
Platform: | Size: 231424 | Author: judi_lally | Hits:

[matlabblob_detection

Description: Used for feature detection to detect blobs
Platform: | Size: 2048 | Author: Prosenjit | Hits:

[Software EngineeringblobTrack_projet_initial_openCV

Description: The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame. -The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame.
Platform: | Size: 6922240 | Author: dams | Hits:

[ADO-ODBCImage-SQL-Server-BLOBs

Description: itle: Image Database for SQL Server Using BLOBs Description: Title: Image Database for SQL Server Using BLOBs This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Binary Large Objects). The images may be previewed in the application or saved as files. This file came from Planet-Source-Code.com...the home millions of lines of source code
Platform: | Size: 1398784 | Author: lzl | Hits:

[Delphi VCLBlobs

Description: blobs 3d in motion delphi
Platform: | Size: 5120 | Author: pancary | Hits:
« 12 3 4 »

CodeBus www.codebus.net