Ask Your Question

KasthuGuna's profile - activity

2015-08-20 13:12:40 -0600 received badge  Editor (source)
2015-08-20 13:11:46 -0600 asked a question Save a list of elements inside an image in c#

I'm looking a way to save information like a relationship between neighborhood pixel values in an image. Is there anyway to save a list of elements/linked list inside an image? Please suggest some ways to save it inside my image as a secret information which is hard to remove .

2015-08-20 01:48:01 -0600 asked a question increase bit depth of image using c#

I am doing a project in digital image watermarking. In that project, I'm looking for a way to increase bit depth of an image for store additional information in each pixel.

I'm using C# and OpenCV.