Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92184593
gaussian_smooth.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 18, 02:53
Size
313 B
Mime Type
text/x-c
Expires
Wed, Nov 20, 02:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22388947
Attached To
rSIBORG Simon Botrylloides Regeneration Group
gaussian_smooth.h
View Options
#ifndef GAUSS_H
#define GAUSS_H
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#ifdef __cplusplus
extern "C" {
#endif
void gaussian_smooth(double *image, int rows, int cols, double sigma);
void make_gaussian_kernel(double sigma, double **kernel, int *windowsize);
#ifdef __cplusplus
}
#endif
#endif
Event Timeline
Log In to Comment