KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
orientation_map_likelihood.h
Go to the documentation of this file.
1 /* $Id: orientation_map_likelihood.h 10707 2011-09-29 20:05:56Z predoehl $ */
35 /* =========================================================================== *
36  |
37  | Copyright (c) 1994-2010 by Kobus Barnard (author)
38  |
39  | Personal and educational use of this code is granted, provided that this
40  | header is kept intact, and that the authorship is not misrepresented, that
41  | its use is acknowledged in publications, and relevant papers are cited.
42  |
43  | For other use contact the author (kobus AT cs DOT arizona DOT edu).
44  |
45  | Please note that the code in this file has not necessarily been adequately
46  | tested. Naturally, there is no guarantee of performance, support, or fitness
47  | for any particular task. Nonetheless, I am interested in hearing about
48  | problems that you encounter.
49  |
50  | Author: Joshua Bowdish
51  * =========================================================================== */
52 
53 #ifndef KJB_ORMAP_LIKELIHOOD_H_
54 #define KJB_ORMAP_LIKELIHOOD_H_
55 
56 #include <i_cpp/i_image.h>
57 
58 namespace kjb {
59 
60 } //namespace kjb
61 
62 
63 #endif /* KJB_ORMAP_LIKELIHOOD_H_ */
64 
Code for a wrapper class around the C struct KJB_Image.