Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
net.sf.ij-plugins:ijp-toolkit_3
Advanced tools
<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>
IJ-Plugins Toolkit is a set of plugins for ImageJ. The plugins are grouped into:
3D IO - import and export of data in 3D formats.
3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.
Color - color space conversion, color edge detection (color and multi-band images).
Filters - fast median filters, coherence enhancing diffusion, and various anisotropic diffusion filters.
Graphics > Image Quilter - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.
Segmentation - image segmentation through clustering, thresholding, and region growing.
See the the Wiki for mode details on the plugins.
For ImageJ 2 or Fiji you can install IJ-Plugins Toolkit using the update center. See Fiji Managed Installation for more details.
Plugins can be installed in ImageJ manually using binaries on the Release page. See Manual Installation for details.
There are some examples of using IJ-Plugins Toolkit as a stand-alone library in the examples folder. You will need to add dependency on:
groupId : net.sf.ij-plugins
artifactId: ijp-toolkit
version : <current version>
For instance, for SBT it would be:
"net.sf.ij-plugins" %% "ijp-toolkit" % "<current version>"
You can build and run the plugins within ImageJ using SBT task ijRun
sbt ijRun
It will build the code, setup plugins directory, and the start ImageJ. ijRun
is provided by SBT plugin sbt-imagej.
FAQs
<html>IJ Plugins Toolkit is a set of ImageJ plugins grouped into:<ul> <li>3D IO - import and export of data in 3D formats.</li> <li>3D Toolkit - operations on stacks interpreted as 3D images, including morphological operations.</li> <li>Color - color space conversion, color edge detection (color and multi-band images).</li> <li>Filters - fast median filters and various anisotropic diffusion filters.</li> <li>Graphics - Texture Synthesis - A plugin to perform texture synthesis using the image quilting algorithm of Efros and Freeman.</li> <li>Segmentation - image segmentation through clustering, thresholding, and region growing.</li></ul></html>
We found that net.sf.ij-plugins:ijp-toolkit_3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.