KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
color_likelihood.h File Reference
#include "i_cpp/i_image.h"
#include "m_cpp/m_int_matrix.h"
#include <vector>
#include <list>
#include <map>
#include <utility>

Go to the source code of this file.

Classes

class  kjb::Color_likelihood
 Functor that computes the likelihood of a set of projected faces onto an image, using the color distribution of each projected face. More later... More...
 

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Typedefs

typedef std::list< std::pair
< int, int > > 
kjb::Region
 Later... More...
 
typedef std::vector< Region > kjb::Region_vector
 Later... More...
 

Functions

std::map< int, Region_vector > kjb::get_regions_from_mask (const Int_matrix &mask, int region_length)
 Later... More...
 

Detailed Description

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.

http://creativecommons.org/licenses/by-nc-sa/3.0/us/

You are free:

to Share - to copy, distribute, display, and perform the work to Remix - to make derivative works

Under the following conditions:

Attribution. You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).

Noncommercial. You may not use this work for commercial purposes.

Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.

Any of the above conditions can be waived if you get permission from the copyright holder.

Apart from the remix rights granted under this license, nothing in this license impairs or restricts the author's moral rights. This file contains functions used to compute the likelihood of a set of block faces given the grayscale intensities of the corresponding image regions.