Retrouvez les vidéos de la journée d'étude Gitlab, le compagnon pour votre production scientifique organisée par le GT DOREMIT : https://www.canal-u.tv/chaines/ad/journee-gitlab

Skip to content

Segmentation result image color: Unsigned value filter

Chenglin XU requested to merge Fix-Segmentation-result-unsign-value into develop

Segmentation result images are displayed using unsigned 8 bit colors. Since Java doesn't have unsigned key word, we had to do a "&0XFF" operatino to filter unsigned 8 bit values.

Merge request reports

Loading