• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What´s the difference BandCombineOp, ConvolveOp, lookupOp and RescaleOp

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What´s the difference about these classes, all change the pixels on the scrren, but what I can see the difference about them are: ConvolveOp change the pixels of source image with a value kernel and paint on the destImage, ok???..... the lookUp and RescaleOp make the same thing, changes the color but hte different ways, the lookupOp works in the rgb and alhpa with numbers of 0 - 255 variations of color and the RescaleOp works with the scaleFactor * Color(sourceImage) + offset to change the colors. My main doubt is about BandCombineOp it seems in this class the colors doens´t change just read the colors and paint in the destImage like matrix.
Am I right or not???

Thank you,

Fernando.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic