Package in.itzmeanjan.filterit.bitwise
-
Class Summary Class Description BitwiseAND Given two images of equal dimension, it'll compute resulting image ( concurrently i.e.BitwiseLeftShift Shifts each pixel intensity I[x, y] of given buffered image by applying left shift operator i.e.BitwiseOR Implementation of bitwise OR operator, given two buffered images of equal size, it'll compute bitwise OR for each pixel ( in each pixel for each color component ), and produces output buffered image, without anyhow modifying original imagesBitwiseRightShift Given one buffered image / path to image file & number of bit positions by which pixel intensity to be shifted ( rightwards ), it'll compute transformed image by picking each row up & applying bitwise right shift operator on each pixel intensity value.BitwiseXOR Given two images of equal dimension, it'll compute resulting image ( concurrently i.e.