Last change
on this file since 792 was
772,
checked in by meunier, 9 years ago
|
- Ajout de l'application rosenfeld
- Changement du nom du flag O_CREATE en O_CREAT
|
File size:
465 bytes
|
Line | |
---|
1 | /* |
---|
2 | * Copyright (c) 2000-2014, Lionel Lacassagne, All rights reserved |
---|
3 | * Univ Paris Sud XI, CNRS |
---|
4 | */ |
---|
5 | |
---|
6 | IMAGE_EXPORT(void) zero_si32Pmatrix(si32Point **m, long nrl,long nrh,long ncl,long nch); |
---|
7 | IMAGE_EXPORT(void) zero_f32Pmatrix ( f32Point **m, long nrl,long nrh,long ncl,long nch); |
---|
8 | IMAGE_EXPORT(void) zero_si32Tmatrix(si32Triplet **m, long nrl,long nrh,long ncl,long nch); |
---|
9 | IMAGE_EXPORT(void) zero_f32Tmatrix ( f32Triplet **m, long nrl,long nrh,long ncl,long nch); |
---|
Note: See
TracBrowser
for help on using the repository browser.