STIRA  0.1
Public Attributes | List of all members
stira::filter::blockMatch Struct Reference

structure to compare image blocks We use the coordinates of the center of the candidate block and its Euclidean intensity distance with a given reference block. This distance is the summed squared intensity difference of two blocks More...

#include <NonLocalMeansFilter.h>

Public Attributes

int x
 x coordinate of the center of a block
 
int y
 y coordinate of the center of a block
 
double distance
 Euclidean intensity difference to reference block.
 

Detailed Description

structure to compare image blocks We use the coordinates of the center of the candidate block and its Euclidean intensity distance with a given reference block. This distance is the summed squared intensity difference of two blocks


The documentation for this struct was generated from the following file: