nmpp
sFiltration.h
1//------------------------------------------------------------------------
2//
3// $Workfile:: sFiltrat $
4//
5// Векторно-матричная библиотека
6//
7// Copyright (c) RC Module Inc.
8//
9// $Revision: 1.1 $ $Date: 2005/01/12 14:09:07 $
10//
19//------------------------------------------------------------------------
20
21#ifndef _SFILTRATION_H_INCLUDED_
22#define _SFILTRATION_H_INCLUDED_
23
24#include "nmtype.h"
25
26
27
28
35int SIG_Median_V9(nm8s* pVec);
36int SIG_Median_V9(nm16s* pVec);
37int SIG_Median_V9(nm32s* pVec);
38int64b SIG_Median_V9(nm64s* pVec);
40
41//*****************************************************************************
42
78int nmppcMedian3_32u(int a,int b, int c);
79uint32b nmppcMedian3_32u(uint32b a, uint32b b, uint32b c);
81
82#endif // _SFILTRATION_H_INCLUDED_
83
unsigned int uint32b
Definition: nmtype.h:839
INT64 int64b
Definition: nmtype.h:709
int nm32s
Definition: nmtype.h:292
long long nm64s
Definition: nmtype.h:375
short nm16s
Definition: nmtype.h:243
char nm8s
Definition: nmtype.h:167