Blobscanner
Blobscanner, a Processing's library for blob detection and analysis .
Install / Use
/learn @robdanet/BlobscannerREADME
BLOBSCANNER PROCESSING LIBRARY VERSION 0.2-alpha
Blobscanner is a library for the Processing programming environment. It's used for blob detection and analysis in image and video.
CHANGES
The first thing you need to know, especially if you have already used a previous versions, is that the import name has changed from Blobscanner to blobscanner, to be more in line with the Java guidelines. The second thing is about the constructor of the Detector class, which also (for the new users) is the only class: two new constructors have been added:
Detector(PApplet parent) (1)
and
Detector(PApplet parent,int threshold) (2)
if you use the #1 you need to call the method to set the blob's threshold value at least one time:
setThreshold(int threshold) (3)
The new constructors set automatically the area searched for blobs to the entire image, by default, but this behaviour can be altered by calling the following method:
setRoi(int startx,int starty,int roiwidth,int roiheight) (4)
#4 defines a Region Of Interest to be searched for blobs, minimizing the amount of pixels to be scanned, with a consequent increasing in the speed of execution. The method is paired with another one which revert to default the size of the ROI :
unsetRoi() (5)
after calling #5 the entire image is once again scanned for blob, as it was before calling #4.
The old constructor was left to provide some backward compatibility for users who decide to install the new version. It will be removed in a future release. Visit the project's site for informations and tutorials. Also from there you can download the zip archive containing executable jar file, docs and examples.
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
