Categories
C#

Quick C# review for beginners

Few days ago I reviewed C# very quickly in few hours after two or maybe three years of being far from Visual Studio and totally Windows OS. While I was reviewing some parts of C#, I made note and I will share for those who want to have quick review and hope it will be […]

Categories
C#

Image processing (Brightness algorithm)

In the last image processing post I explained about Gray mode algorithm and how to make color of a specific picture gray. This post is about brightness algorithm and demonstrates how to manipulate the brightness of the picture. Changing brightness of a picture can cause either making picture lighter in terms of color or darker. […]

Categories
C#

Image processing (Gray mode algorithm)

In the last post, I discussed about black and white algorithm in image processing and there I mentioned that gray scale algorithm is different and would be explained in another post. Now, this post is about gray scale algorithm. As mentioned before, in black and white algorithm all pixels colors are changed either to black […]

Categories
C#

Image processing (Black and white algorithm)

Last image processing post was about rotation which on that post I described about three various types of rotation which were 180 degree rotation, 90 L rotation and 90 R rotation. This post is about black and white algorithm. Simply, this algorithm is about changing the color of the picture in either black or white. […]

Categories
C#

Image processing (Rotation algorithms)

Again this post is about one of the image processing algorithm. In the last related post to image processing, negative algorithm was discussed and in this post rotation algorithm will be explained. Firstly, rotation has different angles such as 180, 90 L, 90 R, and so on, The procedure of all rotation algorithms are quite […]

Categories
C#

Image processing (Negative algorithm)

This post is also about image processing algorithm. In this post negative algorithm will be covered. For those of you who do not know what is negative algorithm in image processing, I simplified the meaning of negative algorithm. Basically and simply when we negative a picture we invert colors of the picture. This task will […]

Exit mobile version