PreviousNext
Help > Programming in Vital Pixels
Programming in Vital Pixels

In vital Pixels you can write you algorithm in C#. You have two method to write program. These are SemiCode and FullCode. At first you should know about structure of programming in Vital Pixels. In Vital Pixels we have two Main Image. One of them is Input (Source) Image that you open it from "File" menu. Second one is output image. Output image is the result of algorithm.

Figure 7‑1. Input and Output Image in Vital Pixels

As you can see in Fig 7-2, your program will process in output image then will build output image. After each run software will compare input and output and calculate SNR, PSNR and shows it in property grid.

Figure 7‑2. How your program works in Vital Pixels