"vscode:/vscode.git/clone" did not exist on "4378ae4ffaaf71b649efcf87a6a3f77cb923f822"
Commit 43f37209 authored by Davis King's avatar Davis King
Browse files

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

parent a6dc2962
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "../matrix.h" #include "../matrix.h"
#include "../geometry/rectangle_abstract.h" #include "../geometry/rectangle_abstract.h"
#include <cmath> #include <cmath>
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "hessian_pyramid_abstract.h" #include "hessian_pyramid_abstract.h"
#include "../geometry/vector_abstract.h" #include "../geometry/vector_abstract.h"
#include "../matrix/matrix_abstract.h" #include "../matrix/matrix_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <iosfwd> #include <iosfwd>
#include "../algs.h" #include "../algs.h"
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "../algs.h" #include "../algs.h"
#include "../pixel.h" #include "../pixel.h"
#include "../dir_nav.h" #include "../dir_nav.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "load_image_abstract.h" #include "load_image_abstract.h"
#include "../string.h" #include "../string.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "../algs.h" #include "../algs.h"
#include "../pixel.h" #include "../pixel.h"
#include "../dir_nav.h" #include "../dir_nav.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <vector> #include <vector>
#include <utility> #include <utility>
#include "../algs.h" #include "../algs.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <iosfwd> #include <iosfwd>
#include "../algs.h" #include "../algs.h"
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#ifdef DLIB_SAVE_PnG_ABSTRACT_ #ifdef DLIB_SAVE_PnG_ABSTRACT_
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#ifdef DLIB_ASSIGN_IMAGe_ABSTRACT #ifdef DLIB_ASSIGN_IMAGe_ABSTRACT
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "../hash.h" #include "../hash.h"
#include "../pixel.h" #include "../pixel.h"
#include "../matrix.h" #include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#ifdef DLIB_DRAW_IMAGe_ABSTRACT #ifdef DLIB_DRAW_IMAGe_ABSTRACT
#include "../matrix.h" #include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#ifdef DLIB_EDGE_DETECTOr_ABSTRACT_ #ifdef DLIB_EDGE_DETECTOr_ABSTRACT_
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "../pixel.h" #include "../pixel.h"
#include "../matrix.h" #include "../matrix.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "../matrix/matrix_abstract.h" #include "../matrix/matrix_abstract.h"
#include "../array2d/array2d_kernel_abstract.h" #include "../array2d/array2d_kernel_abstract.h"
#include "../array/array_kernel_abstract.h" #include "../array/array_kernel_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "../pixel.h" #include "../pixel.h"
#include "../array2d.h" #include "../array2d.h"
#include "../geometry.h" #include "../geometry.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "../array2d/array2d_kernel_abstract.h" #include "../array2d/array2d_kernel_abstract.h"
#include "../pixel.h" #include "../pixel.h"
#include "../noncopyable.h" #include "../noncopyable.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "../pixel.h" #include "../pixel.h"
#include "../image_processing/full_object_detection_abstract.h" #include "../image_processing/full_object_detection_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "../geometry.h" #include "../geometry.h"
#include <vector> #include <vector>
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include "../pixel.h" #include "../pixel.h"
#include "thresholding_abstract.h" #include "thresholding_abstract.h"
#include "../image_processing/generic_image.h"
namespace dlib namespace dlib
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment