/usr/include/vigra/basicgeometry.hxx is in libvigraimpex-dev 1.7.1+dfsg1-2ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 | /************************************************************************/
/* */
/* Copyright 1998-2002 by Ullrich Koethe */
/* */
/* This file is part of the VIGRA computer vision library. */
/* The VIGRA Website is */
/* http://hci.iwr.uni-heidelberg.de/vigra/ */
/* Please direct questions, bug reports, and contributions to */
/* ullrich.koethe@iwr.uni-heidelberg.de or */
/* vigra@informatik.uni-hamburg.de */
/* */
/* Permission is hereby granted, free of charge, to any person */
/* obtaining a copy of this software and associated documentation */
/* files (the "Software"), to deal in the Software without */
/* restriction, including without limitation the rights to use, */
/* copy, modify, merge, publish, distribute, sublicense, and/or */
/* sell copies of the Software, and to permit persons to whom the */
/* Software is furnished to do so, subject to the following */
/* conditions: */
/* */
/* The above copyright notice and this permission notice shall be */
/* included in all copies or substantial portions of the */
/* Software. */
/* */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND */
/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES */
/* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND */
/* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT */
/* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, */
/* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING */
/* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR */
/* OTHER DEALINGS IN THE SOFTWARE. */
/* */
/************************************************************************/
#ifndef VIGRA_BASICGEOMETRY_HXX
#define VIGRA_BASICGEOMETRY_HXX
#include "error.hxx"
#include "stdimage.hxx"
#include "copyimage.hxx"
#include <cmath>
namespace vigra {
/** \addtogroup GeometricTransformations Geometric Transformations
*/
//@{
/********************************************************/
/* */
/* rotateImage */
/* */
/********************************************************/
/** \brief Rotate image by a multiple of 90 degrees.
This algorithm just copies the pixels in the appropriate new order. It expects the
destination image to have the correct shape for the desired rotation.
<b> Declarations:</b>
pass arguments explicitly:
\code
namespace vigra {
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
rotateImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, int rotation);
}
\endcode
use argument objects in conjunction with \ref ArgumentObjectFactories :
\code
namespace vigra {
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
rotateImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, int rotation);
}
\endcode
<b> Usage:</b>
<b>\#include</b> \<<a href="basicgeometry_8hxx-source.html">vigra/basicgeometry.hxx</a>\><br>
Namespace: vigra
\code
Image dest(src.height(), src.width()); // note that width and height are exchanged
vigra::rotateImage(srcImageRange(src), destImage(dest), 90);
\endcode
<b> Required Interface:</b>
\code
SrcImageIterator src_upperleft, src_lowerright;
DestImageIterator dest_upperleft;
SrcAccessor src_accessor;
dest_accessor.set(src_accessor(src_upperleft), dest_upperleft);
\endcode
<b> Preconditions:</b>
\code
src_lowerright.x - src_upperleft.x > 1
src_lowerright.y - src_upperleft.y > 1
\endcode
*/
doxygen_overloaded_function(template <...> void rotateImage)
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void rotateImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, int rotation)
{
int x, y;
int ws = end.x - is.x;
int hs = end.y - is.y;
vigra_precondition(rotation % 90 == 0,
"rotateImage(): "
"This function rotates images only about multiples of 90 degree");
rotation = rotation%360;
if (rotation < 0)
rotation += 360;
switch(rotation)
{
case 0:
copyImage(is, end, as, id, ad);
break;
case 90:
is.x += (ws-1);
for(x=0; x != ws; x++, is.x--, id.y++)
{
typename SrcIterator::column_iterator cs = is.columnIterator();
typename DestIterator::row_iterator rd = id.rowIterator();
for(y=0; y != hs; y++, cs++, rd++)
{
ad.set(as(cs), rd);
}
}
break;
case 180:
end.x--;
end.y--;
for(x=0; x != ws; x++, end.x--, id.x++)
{
typename SrcIterator::column_iterator cs = end.columnIterator();
typename DestIterator::column_iterator cd = id.columnIterator();
for(y=0; y != hs; y++, cs--, cd++)
{
ad.set(as(cs), cd);
}
}
break;
case 270:
is.y += (hs-1);
for(x=0; x != ws; x++, is.x++, id.y++)
{
typename SrcIterator::column_iterator cs = is.columnIterator();
typename DestIterator::row_iterator rd = id.rowIterator();
for(y=0; y != hs; y++, cs--, rd++)
{
ad.set(as(cs), rd);
}
}
break;
default: //not needful, because of the exception handig in if-statement
vigra_fail("internal error");
}
}
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
rotateImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, int rotation)
{
rotateImage(src.first, src.second, src.third, dest.first, dest.second, rotation);
}
/********************************************************/
/* */
/* reflectImage */
/* */
/********************************************************/
enum Reflect{horizontal = 1, vertical = 2};
/** \brief Reflect image horizontally or vertically.
The reflection direction refers to the reflection axis, i.e.
horizontal reflection turns the image upside down, vertical reflection
changes left for right. The directions are selected by the enum values
<tt>vigra::horizontal</tt> and <tt>vigra::vertical</tt>. The two directions
can also be "or"ed together to perform both reflections simultaneously
(see example below) -- this is the same as a 180 degree rotation.
<b> Declarations:</b>
pass arguments explicitly:
\code
namespace vigra {
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
reflectImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, Reflect axis);
}
\endcode
use argument objects in conjunction with \ref ArgumentObjectFactories :
\code
namespace vigra {
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
reflectImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, Reflect axis);
}
\endcode
<b> Usage:</b>
<b>\#include</b> \<<a href="basicgeometry_8hxx-source.html">vigra/basicgeometry.hxx</a>\><br>
Namespace: vigra
\code
Image dest(src.width(), src.height());
vigra::reflectImage(srcImageRange(src), destImage(dest), vigra::horizontal | vigra::vertical);
\endcode
<b> Required Interface:</b>
\code
SrcImageIterator src_upperleft, src_lowerright;
DestImageIterator dest_upperleft;
SrcAccessor src_accessor;
dest_accessor.set(src_accessor(src_upperleft), dest_upperleft);
\endcode
<b> Preconditions:</b>
\code
src_lowerright.x - src_upperleft.x > 1
src_lowerright.y - src_upperleft.y > 1
\endcode
*/
doxygen_overloaded_function(template <...> void reflectImage)
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void reflectImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, Reflect reflect)
{
int ws = end.x - is.x;
int hs = end.y - is.y;
int x, y;
if(reflect == horizontal)
{//flipImage
is.y += (hs-1);
for(x=0; x<ws; ++x, ++is.x, ++id.x)
{
typename SrcIterator::column_iterator cs = is.columnIterator();
typename DestIterator::column_iterator cd = id.columnIterator();
for(y=0; y!=hs;y++, cs--, cd++)
{
ad.set(as(cs), cd);
}
}
}
else if(reflect == vertical)
{//flopImage
is.x += (ws-1);
for(x=0; x < ws; ++x, --is.x, ++id.x)
{
typename SrcIterator::column_iterator cs = is.columnIterator();
typename DestIterator::column_iterator cd = id.columnIterator();
for(y=0; y!=hs;y++, cs++, cd++)
{
ad.set(as(cs), cd);
}
}
}
else if(reflect == (horizontal | vertical))
{//flipFlopImage //???
end.x--;
end.y--;
for(x=0; x != ws; x++, end.x--, id.x++)
{
typename SrcIterator::column_iterator cs = end.columnIterator();
typename DestIterator::column_iterator cd = id.columnIterator();
for(y=0; y != hs; y++, cs--, cd++)
{
ad.set(as(cs), cd);
}
}
}
else
vigra_fail("reflectImage(): "
"This function reflects horizontal or vertical,"
" 'and' is included");
}
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
reflectImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, Reflect reflect)
{
reflectImage(src.first, src.second, src.third, dest.first, dest.second, reflect);
}
/********************************************************/
/* */
/* transposeImage */
/* */
/********************************************************/
// names clash with sys/types.h on Mac OS / Darwin, see docs below
enum Transpose{major = 1, minor = 2};
/** \brief Transpose an image over the major or minor diagonal.
The transposition direction refers to the axis, i.e.
major transposition turns the upper right corner into the lower left one,
whereas minor transposition changes the upper left corner into the lower right one.
The directions are selected by the enum values
<tt>vigra::major</tt> and <tt>vigra::minor</tt>. The two directions
can also be "or"ed together to perform both reflections simultaneously
(see example below) -- this is the same as a 180 degree rotation.
(Caution: When doing multi-platform development, you should be
aware that some <sys/types.h> define major/minor, too. Do not omit
the vigra namespace prefix.)
<b> Declarations:</b>
pass arguments explicitly:
\code
namespace vigra {
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
transposeImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, Transpose axis);
}
\endcode
use argument objects in conjunction with \ref ArgumentObjectFactories :
\code
namespace vigra {
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
transposeImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, Transpose axis);
}
\endcode
<b> Usage:</b>
<b>\#include</b> \<<a href="basicgeometry_8hxx-source.html">vigra/basicgeometry.hxx</a>\><br>
Namespace: vigra
\code
Image dest(src.width(), src.height());
vigra::transposeImage(srcImageRange(src), destImage(dest), vigra::major | vigra::minor);
\endcode
<b> Required Interface:</b>
\code
SrcImageIterator src_upperleft, src_lowerright;
DestImageIterator dest_upperleft;
SrcAccessor src_accessor;
dest_accessor.set(src_accessor(src_upperleft), dest_upperleft);
\endcode
<b> Preconditions:</b>
\code
src_lowerright.x - src_upperleft.x > 1
src_lowerright.y - src_upperleft.y > 1
\endcode
*/
doxygen_overloaded_function(template <...> void transposeImage)
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void transposeImage(SrcIterator is, SrcIterator end, SrcAccessor as,
DestIterator id, DestAccessor ad, Transpose transpose)
{
int ws = end.x - is.x;
int hs = end.y - is.y;
int x, y;
if(transpose == major)
{//Die Funktion spiegelt das Bild um (0,0) (1,1) Diagonale
for(x=0; x != ws; x++, is.x++, id.y++)
{
typename SrcIterator::column_iterator cs = is.columnIterator();
typename DestIterator::row_iterator rd = id.rowIterator();
for(y=0; y != hs; y++, cs++, rd++)
{
ad.set(as(cs), rd);
}
}
}
else if(transpose == minor)
{//Die Funktion spiegelt das Bild (1,0) (0,1) Diagonale
end.x--;
end.y--;
for(x=0; x != ws; x++, --end.x, ++id.y)
{
typename SrcIterator::column_iterator cs = end.columnIterator();
typename DestIterator::row_iterator rd = id.rowIterator();
for(y=0; y != hs; y++, --cs, ++rd)
{
ad.set(as(cs), rd);
}
}
}
else if(transpose == (major | minor))
{//flipFlopImage //???
end.x--;
end.y--;
for(x=0; x != ws; x++, end.x--, id.x++)
{
typename SrcIterator::column_iterator cs = end.columnIterator();
typename DestIterator::column_iterator cd = id.columnIterator();
for(y=0; y != hs; y++, cs--, cd++)
{
ad.set(as(cs), cd);
}
}
}
else
vigra_fail("transposeImage(): "
"This function transposes major or minor,"
" 'and' is included");
}
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
transposeImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, Transpose transpose)
{
transposeImage(src.first, src.second, src.third, dest.first, dest.second, transpose);
}
/********************************************************/
/* */
/* resampleLine */
/* */
/********************************************************/
/*
* Vergroessert eine Linie um einen Faktor.
* Ist z.B. der Faktor = 4 so werden in der
* neuen Linie(Destination) jedes Pixel genau 4 mal
* vorkommen, also es findet auch keine Glaetung
* statt (NoInterpolation). Als Parameter sollen
* der Anfangs-, der Enditerator und der Accessor
* der Ausgangslinie (Source line), der Anfangsiterator
* und Accessor der Ziellinie (destination line) und
* anschliessend der Faktor um den die Linie (Zeile)
* vergroessert bzw. verkleinert werden soll.
*/
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void resampleLine(SrcIterator src_iter, SrcIterator src_iter_end, SrcAccessor src_acc,
DestIterator dest_iter, DestAccessor dest_acc, double factor)
{
// The width of the src line.
int src_width = src_iter_end - src_iter;
vigra_precondition(src_width > 0,
"resampleLine(): input image too small.");
vigra_precondition(factor > 0.0,
"resampleLine(): factor must be positive.");
if (factor >= 1.0)
{
int int_factor = (int)factor;
double dx = factor - int_factor;
double saver = dx;
for ( ; src_iter != src_iter_end ; ++src_iter, saver += dx)
{
if (saver >= 1.0)
{
saver = saver - (int)saver;
dest_acc.set(src_acc(src_iter), dest_iter);
++dest_iter;
}
for(int i = 0 ; i < int_factor ; i++, ++dest_iter)
{
dest_acc.set(src_acc(src_iter), dest_iter);
}
}
}
else
{
DestIterator dest_end = dest_iter + (int)VIGRA_CSTD::ceil(src_width*factor);
factor = 1.0/factor;
int int_factor = (int)factor;
double dx = factor - int_factor;
double saver = dx;
src_iter_end -= 1;
for ( ; src_iter != src_iter_end && dest_iter != dest_end ;
++dest_iter, src_iter += int_factor, saver += dx)
{
if (saver >= 1.0)
{
saver = saver - (int)saver;
++src_iter;
}
dest_acc.set(src_acc(src_iter), dest_iter);
}
if (dest_iter != dest_end)
{
dest_acc.set(src_acc(src_iter_end), dest_iter);
}
}
}
inline int sizeForResamplingFactor(int oldsize, double factor)
{
return (factor < 1.0)
? (int)VIGRA_CSTD::ceil(oldsize * factor)
: (int)(oldsize * factor);
}
/********************************************************/
/* */
/* resampleImage */
/* */
/********************************************************/
/** \brief Resample image by a given factor.
This algorithm is very fast and does not require any arithmetic on the pixel types.
The input image must have a size of at
least 2x2. Destiniation pixels are directly copied from the appropriate
source pixels. The size of the result image is the product of <tt>factor</tt>
and the original size, where we round up if <tt>factor < 1.0</tt> and down otherwise.
This size calculation is the main difference to the convention used in the similar
function \ref resizeImageNoInterpolation():
there, the result size is calculated as <tt>n*(old_width-1)+1</tt> and
<tt>n*(old_height-1)+1</tt>. This is because \ref resizeImageNoInterpolation()
does not replicate the last pixel in every row/column in order to make it compatible
with the other functions of the <tt>resizeImage...</tt> family.
The function can be called with different resampling factors for x and y, or
with a single factor to be used for both directions.
It should also be noted that resampleImage() is implemented so that an enlargement followed
by the corresponding shrinking reproduces the original image. The function uses accessors.
<b> Declarations:</b>
pass arguments explicitly:
\code
namespace vigra {
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
resampleImage(SrcIterator is, SrcIterator iend, SrcAccessor sa,
DestIterator id, DestAccessor ad, double factor);
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
resampleImage(SrcIterator is, SrcIterator iend, SrcAccessor sa,
DestIterator id, DestAccessor ad, double xfactor, double yfactor);
}
\endcode
use argument objects in conjunction with \ref ArgumentObjectFactories :
\code
namespace vigra {
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
resampleImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, double factor);
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
resampleImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, double xfactor, double yfactor);
}
\endcode
<b> Usage:</b>
<b>\#include</b> \<<a href="basicgeometry_8hxx-source.html">vigra/basicgeometry.hxx</a>\><br>
Namespace: vigra
\code
double factor = 2.0;
Image dest((int)(factor*src.width()), (int)(factor*src.height()));
vigra::resampleImage(srcImageRange(src), destImage(dest), factor);
\endcode
<b> Required Interface:</b>
\code
SrcImageIterator src_upperleft, src_lowerright;
DestImageIterator dest_upperleft;
SrcAccessor src_accessor;
dest_accessor.set(src_accessor(src_upperleft), dest_upperleft);
\endcode
<b> Preconditions:</b>
\code
src_lowerright.x - src_upperleft.x > 1
src_lowerright.y - src_upperleft.y > 1
\endcode
*/
doxygen_overloaded_function(template <...> void resampleImage)
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
resampleImage(SrcIterator is, SrcIterator iend, SrcAccessor sa,
DestIterator id, DestAccessor ad, double xfactor, double yfactor)
{
int width_old = iend.x - is.x;
int height_old = iend.y - is.y;
//Bei Verkleinerung muss das dest-Bild ceiling(src*factor), da z.B.
//aus 6x6 grossem Bild wird eins 18x18 grosses gemacht bei Vergroesserungsfaktor 3.1
//umgekehrt damit wir vom 18x18 zu 6x6 (und nicht 5x5) bei Vergroesserung von 1/3.1
//muss das kleinste Integer das groesser als 18/3.1 ist genommen werden.
int height_new = sizeForResamplingFactor(height_old, yfactor);
int width_new = sizeForResamplingFactor(width_old, xfactor);
vigra_precondition((width_old > 1) && (height_old > 1),
"resampleImage(): "
"Source image to small.\n");
vigra_precondition((width_new > 1) && (height_new > 1),
"resampleImage(): "
"Destination image to small.\n");
typedef typename SrcAccessor::value_type SRCVT;
typedef BasicImage<SRCVT> TmpImage;
typedef typename TmpImage::traverser TmpImageIterator;
BasicImage<SRCVT> tmp(width_old, height_new);
int x,y;
typename BasicImage<SRCVT>::Iterator yt = tmp.upperLeft();
for(x=0; x<width_old; ++x, ++is.x, ++yt.x)
{
typename SrcIterator::column_iterator c1 = is.columnIterator();
typename TmpImageIterator::column_iterator ct = yt.columnIterator();
resampleLine(c1, c1 + height_old, sa, ct, tmp.accessor(), yfactor);
}
yt = tmp.upperLeft();
for(y=0; y < height_new; ++y, ++yt.y, ++id.y)
{
typename DestIterator::row_iterator rd = id.rowIterator();
typename TmpImageIterator::row_iterator rt = yt.rowIterator();
resampleLine(rt, rt + width_old, tmp.accessor(), rd, ad, xfactor);
}
}
template <class SrcIterator, class SrcAccessor,
class DestIterator, class DestAccessor>
void
resampleImage(SrcIterator is, SrcIterator iend, SrcAccessor sa,
DestIterator id, DestAccessor ad, double factor)
{
resampleImage(is, iend, sa, id, ad, factor, factor);
}
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
resampleImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, double factor)
{
resampleImage(src.first, src.second, src.third, dest.first, dest.second, factor);
}
template <class SrcImageIterator, class SrcAccessor,
class DestImageIterator, class DestAccessor>
inline void
resampleImage(triple<SrcImageIterator, SrcImageIterator, SrcAccessor> src,
pair<DestImageIterator, DestAccessor> dest, double xfactor, double yfactor)
{
resampleImage(src.first, src.second, src.third, dest.first, dest.second, xfactor, yfactor);
}
//@}
} // namespace vigra
#endif /* VIGRA_BASICGEOMETRY_HXX */
|