Registry / utility / boofcv-ip

boofcv-ip

JSON →
library1.3.0javamavenunverified

BoofCV is an open source Java library for real-time computer vision and robotics applications, providing image processing algorithms.

<dependency> <groupId>org.boofcv</groupId> <artifactId>boofcv-ip</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · BOOFCV-IP
B
boofcv-ip
utilityjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlurImageOps
boofcv.alg.filter.blur.BlurImageOps

Minimal example showing Gaussian blur using BoofCV.

import boofcv.alg.filter.blur.BlurImageOps; import boofcv.struct.image.GrayU8; public class Example { public static void main(String[] args) { GrayU8 input = new GrayU8(100, 100); GrayU8 output = new GrayU8(100, 100); BlurImageOps.gaussian(input, output, -1, 2, null); System.out.println("Blur applied"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
boofcv-ip — mvn dependency:get boofcv-ip · libregistry