101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

480
active users

#imageprocessing

0 posts0 participants0 posts today

From Curtis Rueden @ctrue , lead Fiji developer:

"Fiji’s migration to Java 21 took a huge step forward today: you can now download Fiji-Latest from fiji.sc that bundles Java 21."

For users, please download and test, and let us know what doesn't work – there's been a lot of testing already plus the compile-time guarantees of Java, but alas, nothing beats using it.

For developers, please test your plugins and libraries.

forum.image.sc/t/fiji-latest-j

fiji.scFiji: ImageJ, with "Batteries Included"Fiji: A batteries-included distribution of ImageJ.

Keeping on track with Krita (alpha6 build from master source) and Qt6 builds together with upstream developers, with PyQt6 enabled I can now also use the python scripts in Krita on Haiku. 👍 (not that I would know how to, as much as I don't know how to code) 😇

#HaikuOS#Krita#Qt6
Latenzraum Hbf

A slit-scan video at Amsterdam Centraal railway station, frame by frame interpretaties with CLIP and then fed as a prompt to Stable Diffusion, interpolated between frames with ffmpeg, the minimum pixel values of the resulting movie taken to create this image.
This picture: April 2025
Original video: April 2024

#abstract #railwaystation #imageprocessing #computationalart #generativeart #stableduffusion #clip #slitscan #amsterdam #amsterdamcentraalstation
Replied in thread

@NadiaHalidi

Workshop on True Image Deconvolution, Restoration, and Analysis

When: March 13th, 2025 – 3 days from now.

2 hours long: 14:30 - 16:30 CET

Where: online, via zoom.

Program: crg.eu/en/event/workshop-true-

Registration: apps.crg.es/content/internet/e

🌟 إطلاق الإصدار v3.5.3 من G'MIC! 🎉

يسرنا الإعلان عن إصدار جديد من G'MIC، صندوق أدوات الفلاتر المفضل لديك! 😇

✨ ما الجديد؟

إضافة فلاتر جديدة.

تحسينات في الأداء.

إصلاح الأخطاء.

تطوير فخور: تم تطويره في @GreycLab بواسطة باحثي @CNRS المتحمسين لمعالجة الصور!

▶️ التحميل: gmic.eu/download.html
▶️ سجل التغييرات: discuss.pixls.us/t/on-the-road

gmic.euG'MIC - GREYC's Magic for Image Computing: A Full-Featured Open-Source Framework for Image Processing - DownloadA full-featured open-source framework for processing generic image (2D,3D,3D+t) with multiple interfaces: command-line (cli), gimp plug-in, web service, Qt plug-in, C++ library

🎉 ITK 5.4.0 Released! 🍻 🥳

The Insight Toolkit (ITK) 5.4.0 brings major documentation improvements and modern C++ enhancements:

- Migration to Markdown-based system on ReadTheDocs
- Unified search across all documentation sources
- Python 3.11+ support with Stable ABI wheels
- C++17 required with modern features like structured bindings
- Enhanced DICOM and NRRD metadata support

Full release notes: docs.itk.org/en/latest/release

#ConvolutionalNeuralNetworks (#CNNs in short) are immensely useful for many #imageProcessing tasks and much more...

Yet you sometimes encounter some bits of code with little explanation. Have you ever wondered about the origins of the values for image normalization in #imagenet ?

  • Mean: [0.485, 0.456, 0.406] (for R, G and B channels respectively)
  • Std: [0.229, 0.224, 0.225]

Strangest to me is the need for a three-digits precision. Here, after finding the origin of these numbers for MNIST and ImageNet, I am testing if that precision is really important : guess what, it is not (so much) !

👉 if interested in more details, check-out laurentperrinet.github.io/scib