mirror of https://github.com/davisking/dlib.git
Added links to the generic image definition in all the relevant abstract files.
This commit is contained in:
parent
a6dc296219
commit
43f37209e3
|
@ -7,6 +7,7 @@
|
|||
#include "../matrix.h"
|
||||
#include "../geometry/rectangle_abstract.h"
|
||||
#include <cmath>
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <iosfwd>
|
||||
#include "../algs.h"
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "../algs.h"
|
||||
#include "../pixel.h"
|
||||
#include "../dir_nav.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "load_image_abstract.h"
|
||||
#include "../string.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "../algs.h"
|
||||
#include "../pixel.h"
|
||||
#include "../dir_nav.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <vector>
|
||||
#include <utility>
|
||||
#include "../algs.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <iosfwd>
|
||||
#include "../algs.h"
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#ifdef DLIB_SAVE_PnG_ABSTRACT_
|
||||
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#ifdef DLIB_ASSIGN_IMAGe_ABSTRACT
|
||||
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include "../hash.h"
|
||||
#include "../pixel.h"
|
||||
#include "../matrix.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#ifdef DLIB_DRAW_IMAGe_ABSTRACT
|
||||
|
||||
#include "../matrix.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#ifdef DLIB_EDGE_DETECTOr_ABSTRACT_
|
||||
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../pixel.h"
|
||||
#include "../matrix.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include "../pixel.h"
|
||||
#include "../array2d.h"
|
||||
#include "../geometry.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "../array2d/array2d_kernel_abstract.h"
|
||||
#include "../pixel.h"
|
||||
#include "../noncopyable.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../pixel.h"
|
||||
#include "../image_processing/full_object_detection_abstract.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../geometry.h"
|
||||
#include <vector>
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../pixel.h"
|
||||
#include "thresholding_abstract.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include "../matrix.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "../pixel.h"
|
||||
#include "../matrix.h"
|
||||
#include "../image_processing/generic_image.h"
|
||||
|
||||
namespace dlib
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue