Added links to the generic image definition in all the relevant abstract files.

This commit is contained in:
Davis King 2014-07-20 17:18:34 -04:00
parent a6dc296219
commit 43f37209e3
22 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "../matrix.h"
#include "../geometry/rectangle_abstract.h"
#include <cmath>
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include "hessian_pyramid_abstract.h"
#include "../geometry/vector_abstract.h"
#include "../matrix/matrix_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include <iosfwd>
#include "../algs.h"
#include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -7,6 +7,7 @@
#include "../algs.h"
#include "../pixel.h"
#include "../dir_nav.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "load_image_abstract.h"
#include "../string.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -7,6 +7,7 @@
#include "../algs.h"
#include "../pixel.h"
#include "../dir_nav.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include <vector>
#include <utility>
#include "../algs.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include <iosfwd>
#include "../algs.h"
#include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -4,6 +4,7 @@
#ifdef DLIB_SAVE_PnG_ABSTRACT_
#include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -4,6 +4,7 @@
#ifdef DLIB_ASSIGN_IMAGe_ABSTRACT
#include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include "../hash.h"
#include "../pixel.h"
#include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -4,6 +4,7 @@
#ifdef DLIB_DRAW_IMAGe_ABSTRACT
#include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -4,6 +4,7 @@
#ifdef DLIB_EDGE_DETECTOr_ABSTRACT_
#include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "../pixel.h"
#include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include "../matrix/matrix_abstract.h"
#include "../array2d/array2d_kernel_abstract.h"
#include "../array/array_kernel_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -6,6 +6,7 @@
#include "../pixel.h"
#include "../array2d.h"
#include "../geometry.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -7,6 +7,7 @@
#include "../array2d/array2d_kernel_abstract.h"
#include "../pixel.h"
#include "../noncopyable.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "../pixel.h"
#include "../image_processing/full_object_detection_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "../geometry.h"
#include <vector>
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "../pixel.h"
#include "thresholding_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include <vector>
#include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib
{

View File

@ -5,6 +5,7 @@
#include "../pixel.h"
#include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib
{