/usr/include/openvdb/tools/Morphology.h is in libopenvdb-dev 3.1.0-2.
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 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 | ///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012-2015 DreamWorks Animation LLC
//
// All rights reserved. This software is distributed under the
// Mozilla Public License 2.0 ( http://www.mozilla.org/MPL/2.0/ )
//
// Redistributions of source code must retain the above copyright
// and license notice and the following restrictions and disclaimer.
//
// * Neither the name of DreamWorks Animation nor the names of
// its contributors may be used to endorse or promote products derived
// from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// IN NO EVENT SHALL THE COPYRIGHT HOLDERS' AND CONTRIBUTORS' AGGREGATE
// LIABILITY FOR ALL CLAIMS REGARDLESS OF THEIR BASIS EXCEED US$250.00.
//
///////////////////////////////////////////////////////////////////////////
//
/// @file Morphology.h
///
/// @brief Implementation of morphological dilation and erosion.
///
/// @note By design the morphological operations only change the
/// state of voxels, not their values. If one desires to
/// change the values of voxels that change state an efficient
/// technique is to construct a boolean mask by performing a
/// topology difference between the original and final grids.
///
/// @todo Extend erosion with 18 and 26 neighbors (coming soon!)
///
/// @author Ken Museth
///
#ifndef OPENVDB_TOOLS_MORPHOLOGY_HAS_BEEN_INCLUDED
#define OPENVDB_TOOLS_MORPHOLOGY_HAS_BEEN_INCLUDED
#include <openvdb/Types.h>
#include <openvdb/Grid.h>
#include <openvdb/math/Math.h> // for isApproxEqual()
#include <openvdb/tree/TreeIterator.h>
#include <openvdb/tree/ValueAccessor.h>
#include <openvdb/tree/LeafManager.h>
#include <boost/scoped_array.hpp>
#include <boost/bind.hpp>
#include "Prune.h"// for pruneLevelSet
#include "ValueTransformer.h" // for foreach()
namespace openvdb {
OPENVDB_USE_VERSION_NAMESPACE
namespace OPENVDB_VERSION_NAME {
namespace tools {
/// @brief Voxel topology of nearest neighbors
/// @details
/// <dl>
/// <dt><b>NN_FACE</b>
/// <dd>face adjacency (6 nearest neighbors, defined as all neighbor
/// voxels connected along one of the primary axes)
///
/// <dt><b>NN_FACE_EDGE</b>
/// <dd>face and edge adjacency (18 nearest neighbors, defined as all
/// neighbor voxels connected along either one or two of the primary axes)
///
/// <dt><b>NN_FACE_EDGE_VERTEX</b>
/// <dd>face, edge and vertex adjacency (26 nearest neighbors, defined
/// as all neighbor voxels connected along either one, two or all
/// three of the primary axes)
/// </dl>
enum NearestNeighbors { NN_FACE = 6, NN_FACE_EDGE = 18, NN_FACE_EDGE_VERTEX = 26 };
/// @brief Topologically dilate all leaf-level active voxels in a tree
/// using one of three nearest neighbor connectivity patterns.
///
/// @param tree tree to be dilated
/// @param iterations number of iterations to apply the dilation
/// @param nn connectivity pattern of the dilation: either
/// face-adjacent (6 nearest neighbors), face- and edge-adjacent
/// (18 nearest neighbors) or face-, edge- and vertex-adjacent (26
/// nearest neighbors).
///
/// @note The values of any voxels are unchanged.
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
template<typename TreeType> OPENVDB_STATIC_SPECIALIZATION
inline void dilateVoxels(TreeType& tree,
int iterations = 1,
NearestNeighbors nn = NN_FACE);
/// @brief Topologically dilate all leaf-level active voxels in a tree
/// using one of three nearest neighbor connectivity patterns.
///
/// @param manager LeafManager containing the tree to be dilated.
/// @param iterations number of iterations to apply the dilation
/// @param nn connectivity pattern of the dilation: either
/// face-adjacent (6 nearest neighbors), face- and edge-adjacent
/// (18 nearest neighbors) or face-, edge- and vertex-adjacent (26
/// nearest neighbors).
///
/// @note The values of any voxels are unchanged.
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
template<typename TreeType> OPENVDB_STATIC_SPECIALIZATION
inline void dilateVoxels(tree::LeafManager<TreeType>& manager,
int iterations = 1,
NearestNeighbors nn = NN_FACE);
//@{
/// @brief Topologically erode all leaf-level active voxels in the given tree.
/// @details That is, shrink the set of active voxels by @a iterations voxels
/// in the +x, -x, +y, -y, +z and -z directions, but don't change the values
/// of any voxels, only their active states.
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
template<typename TreeType> OPENVDB_STATIC_SPECIALIZATION
inline void erodeVoxels(TreeType& tree,
int iterations=1,
NearestNeighbors nn = NN_FACE);
template<typename TreeType> OPENVDB_STATIC_SPECIALIZATION
inline void erodeVoxels(tree::LeafManager<TreeType>& manager,
int iterations = 1,
NearestNeighbors nn = NN_FACE);
//@}
/// @brief Mark as active any inactive tiles or voxels in the given grid or tree
/// whose values are equal to @a value (optionally to within the given @a tolerance).
template<typename GridOrTree>
inline void activate(
GridOrTree&,
const typename GridOrTree::ValueType& value,
const typename GridOrTree::ValueType& tolerance = zeroVal<typename GridOrTree::ValueType>()
);
/// @brief Mark as inactive any active tiles or voxels in the given grid or tree
/// whose values are equal to @a value (optionally to within the given @a tolerance).
template<typename GridOrTree>
inline void deactivate(
GridOrTree&,
const typename GridOrTree::ValueType& value,
const typename GridOrTree::ValueType& tolerance = zeroVal<typename GridOrTree::ValueType>()
);
////////////////////////////////////////
/// Mapping from a Log2Dim to a data type of size 2^Log2Dim bits
template<Index Log2Dim> struct DimToWord {};
template<> struct DimToWord<3> { typedef uint8_t Type; };
template<> struct DimToWord<4> { typedef uint16_t Type; };
template<> struct DimToWord<5> { typedef uint32_t Type; };
template<> struct DimToWord<6> { typedef uint64_t Type; };
////////////////////////////////////////
template<typename TreeType>
class Morphology
{
public:
typedef tree::LeafManager<TreeType> ManagerType;
Morphology(TreeType& tree):
mOwnsManager(true), mManager(new ManagerType(tree)), mAcc(tree), mSteps(1) {}
Morphology(ManagerType* mgr):
mOwnsManager(false), mManager(mgr), mAcc(mgr->tree()), mSteps(1) {}
virtual ~Morphology() { if (mOwnsManager) delete mManager; }
/// @brief Face-adjacent dilation pattern
void dilateVoxels6();
/// @brief Face- and edge-adjacent dilation pattern.
void dilateVoxels18();
/// @brief Face-, edge- and vertex-adjacent dilation pattern.
void dilateVoxels26();
void dilateVoxels(int iterations = 1, NearestNeighbors nn = NN_FACE);
/// @brief Face-adjacent erosion pattern.
void erodeVoxels6() { mSteps = 1; this->doErosion(NN_FACE); }
/// @brief Face- and edge-adjacent erosion pattern.
void erodeVoxels18() { mSteps = 1; this->doErosion(NN_FACE_EDGE); }
/// @brief Face-, edge- and vertex-adjacent erosion pattern.
void erodeVoxels26() { mSteps = 1; this->doErosion(NN_FACE_EDGE_VERTEX); }
void erodeVoxels(int iterations = 1, NearestNeighbors nn = NN_FACE)
{
mSteps = iterations;
this->doErosion(nn);
}
protected:
void doErosion(NearestNeighbors nn);
typedef typename TreeType::LeafNodeType LeafType;
typedef typename LeafType::NodeMaskType MaskType;
typedef tree::ValueAccessor<TreeType> AccessorType;
const bool mOwnsManager;
ManagerType* mManager;
AccessorType mAcc;
int mSteps;
static const int LEAF_DIM = LeafType::DIM;
static const int LEAF_LOG2DIM = LeafType::LOG2DIM;
typedef typename DimToWord<LEAF_LOG2DIM>::Type Word;
struct Neighbor {
LeafType* leaf;//null if a tile
bool init;//true if initialization is required
bool isOn;//true if an active tile
Neighbor() : leaf(NULL), init(true) {}
inline void clear() { leaf = NULL; init = true; }
template<int DX, int DY, int DZ>
void scatter(AccessorType& acc, const Coord &xyz, int indx, Word mask)
{
if (init) {
init = false;
Coord orig = xyz.offsetBy(DX*LEAF_DIM, DY*LEAF_DIM, DZ*LEAF_DIM);
leaf = acc.probeLeaf(orig);
if (leaf==NULL && !acc.isValueOn(orig)) leaf = acc.touchLeaf(orig);
}
#ifndef _MSC_VER // Visual C++ doesn't guarantee thread-safe initialization of local statics
static
#endif
const int N = (LEAF_DIM - 1)*(DY + DX*LEAF_DIM);
if (leaf) leaf->getValueMask().template getWord<Word>(indx-N) |= mask;
}
template<int DX, int DY, int DZ>
Word gather(AccessorType& acc, const Coord &xyz, int indx)
{
if (init) {
init = false;
Coord orig = xyz.offsetBy(DX*LEAF_DIM, DY*LEAF_DIM, DZ*LEAF_DIM);
leaf = acc.probeLeaf(orig);
isOn = leaf ? false : acc.isValueOn(orig);
}
#ifndef _MSC_VER // Visual C++ doesn't guarantee thread-safe initialization of local statics
static
#endif
const int N = (LEAF_DIM -1 )*(DY + DX*LEAF_DIM);
return leaf ? leaf->getValueMask().template getWord<Word>(indx-N)
: isOn ? ~Word(0) : Word(0);
}
};// Neighbor
struct LeafCache
{
LeafCache(size_t n, TreeType& tree) : size(n), leafs(new LeafType*[n]), acc(tree)
{
onTile.setValuesOn();
this->clear();
}
~LeafCache() { delete [] leafs; }
LeafType*& operator[](int offset) { return leafs[offset]; }
inline void clear() { for (size_t i=0; i<size; ++i) leafs[i]=NULL; }
inline void setOrigin(const Coord& xyz) { origin = &xyz; }
inline void scatter(int n, int indx)
{
assert(leafs[n]);
leafs[n]->getValueMask().template getWord<Word>(indx) |= mask;
}
template<int DX, int DY, int DZ>
inline void scatter(int n, int indx)
{
if (!leafs[n]) {
const Coord xyz = origin->offsetBy(DX*LEAF_DIM, DY*LEAF_DIM, DZ*LEAF_DIM);
leafs[n] = acc.probeLeaf(xyz);
if (!leafs[n]) leafs[n] = acc.isValueOn(xyz) ? &onTile : acc.touchLeaf(xyz);
}
this->scatter(n, indx - (LEAF_DIM - 1)*(DY + DX*LEAF_DIM));
}
inline Word gather(int n, int indx)
{
assert(leafs[n]);
return leafs[n]->getValueMask().template getWord<Word>(indx);
}
template<int DX, int DY, int DZ>
inline Word gather(int n, int indx)
{
if (!leafs[n]) {
const Coord xyz = origin->offsetBy(DX*LEAF_DIM, DY*LEAF_DIM, DZ*LEAF_DIM);
leafs[n] = acc.probeLeaf(xyz);
if (!leafs[n]) leafs[n] = acc.isValueOn(xyz) ? &onTile : &offTile;
}
return this->gather(n, indx - (LEAF_DIM -1 )*(DY + DX*LEAF_DIM));
}
// Scatters in the xy face-directions relative to leaf i1
void scatterFacesXY(int x, int y, int i1, int n, int i2);
// Scatters in the xy edge-directions relative to leaf i1
void scatterEdgesXY(int x, int y, int i1, int n, int i2);
Word gatherFacesXY(int x, int y, int i1, int n, int i2);
Word gatherEdgesXY(int x, int y, int i1, int n, int i2);
const Coord* origin;
size_t size;
LeafType** leafs;
LeafType onTile, offTile;
AccessorType acc;
Word mask;
};// LeafCache
struct ErodeVoxelsOp {
typedef tbb::blocked_range<size_t> RangeT;
ErodeVoxelsOp(std::vector<MaskType>& masks, ManagerType& manager)
: mTask(0), mSavedMasks(masks) , mManager(manager) {}
void runParallel(NearestNeighbors nn);
void operator()(const RangeT& r) const {mTask(const_cast<ErodeVoxelsOp*>(this), r);}
void erode6( const RangeT&) const;
void erode18(const RangeT&) const;
void erode26(const RangeT&) const;
private:
typedef typename boost::function<void (ErodeVoxelsOp*, const RangeT&)> FuncT;
FuncT mTask;
std::vector<MaskType>& mSavedMasks;
ManagerType& mManager;
};// ErodeVoxelsOp
struct MaskManager {
MaskManager(std::vector<MaskType>& masks, ManagerType& manager)
: mMasks(masks) , mManager(manager), mSaveMasks(true) {}
void save() { mSaveMasks = true; tbb::parallel_for(mManager.getRange(), *this); }
void update() { mSaveMasks = false; tbb::parallel_for(mManager.getRange(), *this); }
void operator()(const tbb::blocked_range<size_t>& range) const
{
if (mSaveMasks) {
for (size_t i = range.begin(); i < range.end(); ++i) {
mMasks[i] = mManager.leaf(i).getValueMask();
}
} else {
for (size_t i = range.begin(); i < range.end(); ++i) {
mManager.leaf(i).setValueMask(mMasks[i]);
}
}
}
private:
std::vector<MaskType>& mMasks;
ManagerType& mManager;
bool mSaveMasks;
};// MaskManager
struct UpdateMasks {
UpdateMasks(const std::vector<MaskType>& masks, ManagerType& manager)
: mMasks(masks), mManager(manager) {}
void update() { tbb::parallel_for(mManager.getRange(), *this); }
void operator()(const tbb::blocked_range<size_t>& r) const {
for (size_t i=r.begin(); i<r.end(); ++i) mManager.leaf(i).setValueMask(mMasks[i]);
}
const std::vector<MaskType>& mMasks;
ManagerType& mManager;
};
struct CopyMasks {
CopyMasks(std::vector<MaskType>& masks, const ManagerType& manager)
: mMasks(masks), mManager(manager) {}
void copy() { tbb::parallel_for(mManager.getRange(), *this); }
void operator()(const tbb::blocked_range<size_t>& r) const {
for (size_t i=r.begin(); i<r.end(); ++i) mMasks[i]=mManager.leaf(i).getValueMask();
}
std::vector<MaskType>& mMasks;
const ManagerType& mManager;
};
void copyMasks(std::vector<MaskType>& a, const ManagerType& b) {CopyMasks c(a, b); c.copy();}
};// Morphology
template<typename TreeType>
inline void
Morphology<TreeType>::dilateVoxels(int iterations, NearestNeighbors nn)
{
for (int i=0; i<iterations; ++i) {
switch (nn) {
case NN_FACE_EDGE: this->dilateVoxels18(); break;
case NN_FACE_EDGE_VERTEX: this->dilateVoxels26(); break;
default: this->dilateVoxels6();
}
}
}
template<typename TreeType>
inline void
Morphology<TreeType>::dilateVoxels6()
{
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
const int leafCount = static_cast<int>(mManager->leafCount());
// Save the value masks of all leaf nodes.
std::vector<MaskType> savedMasks(leafCount);
this->copyMasks(savedMasks, *mManager);
LeafCache cache(7, mManager->tree());
for (int leafIdx = 0; leafIdx < leafCount; ++leafIdx) {
const MaskType& oldMask = savedMasks[leafIdx];//original bit-mask of current leaf node
cache[0] = &mManager->leaf(leafIdx);
cache.setOrigin(cache[0]->origin());
for (int x = 0; x < LEAF_DIM; ++x ) {
for (int y = 0, n = (x << LEAF_LOG2DIM); y < LEAF_DIM; ++y, ++n) {
// Extract the portion of the original mask that corresponds to a row in z.
if (const Word w = oldMask.template getWord<Word>(n)) {
// Dilate the current leaf in the +z and -z direction
cache.mask = Word(w | (w>>1) | (w<<1)); cache.scatter(0, n);
// Dilate into neighbor leaf in the -z direction
if ( (cache.mask = Word(w<<(LEAF_DIM-1))) ) {
cache.template scatter< 0, 0,-1>(1, n);
}
// Dilate into neighbor leaf in the +z direction
if ( (cache.mask = Word(w>>(LEAF_DIM-1))) ) {
cache.template scatter< 0, 0, 1>(2, n);
}
// Dilate in the xy-face directions relative to the center leaf
cache.mask = w; cache.scatterFacesXY(x, y, 0, n, 3);
}
}// loop over y
}//loop over x
cache.clear();
}//loop over leafs
mManager->rebuildLeafArray();
}//dilateVoxels6
template<typename TreeType>
inline void
Morphology<TreeType>::dilateVoxels18()
{
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
const int leafCount = static_cast<int>(mManager->leafCount());
// Save the value masks of all leaf nodes.
std::vector<MaskType> savedMasks(leafCount);
this->copyMasks(savedMasks, *mManager);
LeafCache cache(19, mManager->tree());
Coord orig_mz, orig_pz;//origins of neighbor leaf nodes in the -z and +z directions
for (int leafIdx = 0; leafIdx < leafCount; ++leafIdx) {
const MaskType& oldMask = savedMasks[leafIdx];//original bit-mask of current leaf node
cache[0] = &mManager->leaf(leafIdx);
orig_mz = cache[0]->origin().offsetBy(0, 0, -LEAF_DIM);
orig_pz = cache[0]->origin().offsetBy(0, 0, LEAF_DIM);
for (int x = 0; x < LEAF_DIM; ++x ) {
for (int y = 0, n = (x << LEAF_LOG2DIM); y < LEAF_DIM; ++y, ++n) {
if (const Word w = oldMask.template getWord<Word>(n)) {
{
cache.mask = Word(w | (w>>1) | (w<<1));
cache.setOrigin(cache[0]->origin());
cache.scatter(0, n);
cache.scatterFacesXY(x, y, 0, n, 3);
cache.mask = w;
cache.scatterEdgesXY(x, y, 0, n, 3);
}
if ( (cache.mask = Word(w<<(LEAF_DIM-1))) ) {
cache.setOrigin(cache[0]->origin());
cache.template scatter< 0, 0,-1>(1, n);
cache.setOrigin(orig_mz);
cache.scatterFacesXY(x, y, 1, n, 11);
}
if ( (cache.mask = Word(w>>(LEAF_DIM-1))) ) {
cache.setOrigin(cache[0]->origin());
cache.template scatter< 0, 0, 1>(2, n);
cache.setOrigin(orig_pz);
cache.scatterFacesXY(x, y, 2, n, 15);
}
}
}// loop over y
}//loop over x
cache.clear();
}//loop over leafs
mManager->rebuildLeafArray();
}// dilateVoxels18
template<typename TreeType>
inline void
Morphology<TreeType>::dilateVoxels26()
{
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
const int leafCount = static_cast<int>(mManager->leafCount());
// Save the value masks of all leaf nodes.
std::vector<MaskType> savedMasks(leafCount);
this->copyMasks(savedMasks, *mManager);
LeafCache cache(27, mManager->tree());
Coord orig_mz, orig_pz;//origins of neighbor leaf nodes in the -z and +z directions
for (int leafIdx = 0; leafIdx < leafCount; ++leafIdx) {
const MaskType& oldMask = savedMasks[leafIdx];//original bit-mask of current leaf node
cache[0] = &mManager->leaf(leafIdx);
orig_mz = cache[0]->origin().offsetBy(0, 0, -LEAF_DIM);
orig_pz = cache[0]->origin().offsetBy(0, 0, LEAF_DIM);
for (int x = 0; x < LEAF_DIM; ++x ) {
for (int y = 0, n = (x << LEAF_LOG2DIM); y < LEAF_DIM; ++y, ++n) {
if (const Word w = oldMask.template getWord<Word>(n)) {
{
cache.mask = Word(w | (w>>1) | (w<<1));
cache.setOrigin(cache[0]->origin());
cache.scatter(0, n);
cache.scatterFacesXY(x, y, 0, n, 3);
cache.scatterEdgesXY(x, y, 0, n, 3);
}
if ( (cache.mask = Word(w<<(LEAF_DIM-1))) ) {
cache.setOrigin(cache[0]->origin());
cache.template scatter< 0, 0,-1>(1, n);
cache.setOrigin(orig_mz);
cache.scatterFacesXY(x, y, 1, n, 11);
cache.scatterEdgesXY(x, y, 1, n, 11);
}
if ( (cache.mask = Word(w>>(LEAF_DIM-1))) ) {
cache.setOrigin(cache[0]->origin());
cache.template scatter< 0, 0, 1>(2, n);
cache.setOrigin(orig_pz);
cache.scatterFacesXY(x, y, 2, n, 19);
cache.scatterEdgesXY(x, y, 2, n, 19);
}
}
}// loop over y
}//loop over x
cache.clear();
}//loop over leafs
mManager->rebuildLeafArray();
}// dilateVoxels26
template<typename TreeType>
inline void
Morphology<TreeType>::LeafCache::scatterFacesXY(int x, int y, int i1, int n, int i2)
{
// dilate current leaf or neighbor in the -x direction
if (x > 0) {
this->scatter(i1, n-LEAF_DIM);
} else {
this->template scatter<-1, 0, 0>(i2, n);
}
// dilate current leaf or neighbor in the +x direction
if (x < LEAF_DIM-1) {
this->scatter(i1, n+LEAF_DIM);
} else {
this->template scatter< 1, 0, 0>(i2+1, n);
}
// dilate current leaf or neighbor in the -y direction
if (y > 0) {
this->scatter(i1, n-1);
} else {
this->template scatter< 0,-1, 0>(i2+2, n);
}
// dilate current leaf or neighbor in the +y direction
if (y < LEAF_DIM-1) {
this->scatter(i1, n+1);
} else {
this->template scatter< 0, 1, 0>(i2+3, n);
}
}
template<typename TreeType>
inline void
Morphology<TreeType>::LeafCache::scatterEdgesXY(int x, int y, int i1, int n, int i2)
{
if (x > 0) {
if (y > 0) {
this->scatter(i1, n-LEAF_DIM-1);
} else {
this->template scatter< 0,-1, 0>(i2+2, n-LEAF_DIM);
}
if (y < LEAF_DIM-1) {
this->scatter(i1, n-LEAF_DIM+1);
} else {
this->template scatter< 0, 1, 0>(i2+3, n-LEAF_DIM);
}
} else {
if (y < LEAF_DIM-1) {
this->template scatter<-1, 0, 0>(i2 , n+1);
} else {
this->template scatter<-1, 1, 0>(i2+7, n );
}
if (y > 0) {
this->template scatter<-1, 0, 0>(i2 , n-1);
} else {
this->template scatter<-1,-1, 0>(i2+4, n );
}
}
if (x < LEAF_DIM-1) {
if (y > 0) {
this->scatter(i1, n+LEAF_DIM-1);
} else {
this->template scatter< 0,-1, 0>(i2+2, n+LEAF_DIM);
}
if (y < LEAF_DIM-1) {
this->scatter(i1, n+LEAF_DIM+1);
} else {
this->template scatter< 0, 1, 0>(i2+3, n+LEAF_DIM);
}
} else {
if (y > 0) {
this->template scatter< 1, 0, 0>(i2+1, n-1);
} else {
this->template scatter< 1,-1, 0>(i2+6, n );
}
if (y < LEAF_DIM-1) {
this->template scatter< 1, 0, 0>(i2+1, n+1);
} else {
this->template scatter< 1, 1, 0>(i2+5, n );
}
}
}
template<typename TreeType>
inline void
Morphology<TreeType>::ErodeVoxelsOp::runParallel(NearestNeighbors nn)
{
switch (nn) {
case NN_FACE_EDGE:
mTask = boost::bind(&ErodeVoxelsOp::erode18, _1, _2);
break;
case NN_FACE_EDGE_VERTEX:
mTask = boost::bind(&ErodeVoxelsOp::erode26, _1, _2);
break;
default:
mTask = boost::bind(&ErodeVoxelsOp::erode6, _1, _2);
}
tbb::parallel_for(mManager.getRange(), *this);
}
template<typename TreeType>
inline typename Morphology<TreeType>::Word
Morphology<TreeType>::LeafCache::gatherFacesXY(int x, int y, int i1, int n, int i2)
{
// erode current leaf or neighbor in negative x-direction
Word w = x>0 ? this->gather(i1,n-LEAF_DIM) : this->template gather<-1,0,0>(i2, n);
// erode current leaf or neighbor in positive x-direction
w = Word(w & (x<LEAF_DIM-1?this->gather(i1,n+LEAF_DIM):this->template gather<1,0,0>(i2+1,n)));
// erode current leaf or neighbor in negative y-direction
w = Word(w & (y>0 ? this->gather(i1, n-1) : this->template gather<0,-1,0>(i2+2, n)));
// erode current leaf or neighbor in positive y-direction
w = Word(w & (y<LEAF_DIM-1 ? this->gather(i1, n+1) : this->template gather<0,1,0>(i2+3, n)));
return w;
}
template<typename TreeType>
inline typename Morphology<TreeType>::Word
Morphology<TreeType>::LeafCache::gatherEdgesXY(int x, int y, int i1, int n, int i2)
{
Word w = ~Word(0);
if (x > 0) {
w &= y > 0 ? this->gather(i1, n-LEAF_DIM-1) :
this->template gather< 0,-1, 0>(i2+2, n-LEAF_DIM);
w &= y < LEAF_DIM-1 ? this->gather(i1, n-LEAF_DIM+1) :
this->template gather< 0, 1, 0>(i2+3, n-LEAF_DIM);
} else {
w &= y < LEAF_DIM-1 ? this->template gather<-1, 0, 0>(i2 , n+1):
this->template gather<-1, 1, 0>(i2+7, n );
w &= y > 0 ? this->template gather<-1, 0, 0>(i2 , n-1):
this->template gather<-1,-1, 0>(i2+4, n );
}
if (x < LEAF_DIM-1) {
w &= y > 0 ? this->gather(i1, n+LEAF_DIM-1) :
this->template gather< 0,-1, 0>(i2+2, n+LEAF_DIM);
w &= y < LEAF_DIM-1 ? this->gather(i1, n+LEAF_DIM+1) :
this->template gather< 0, 1, 0>(i2+3, n+LEAF_DIM);
} else {
w &= y > 0 ? this->template gather< 1, 0, 0>(i2+1, n-1):
this->template gather< 1,-1, 0>(i2+6, n );
w &= y < LEAF_DIM-1 ? this->template gather< 1, 0, 0>(i2+1, n+1):
this->template gather< 1, 1, 0>(i2+5, n );
}
return w;
}
template <typename TreeType>
inline void
Morphology<TreeType>::ErodeVoxelsOp::erode6(const RangeT& range) const
{
LeafCache cache(7, mManager.tree());
for (size_t leafIdx = range.begin(); leafIdx < range.end(); ++leafIdx) {
cache[0] = &mManager.leaf(leafIdx);
if (cache[0]->isEmpty()) continue;
cache.setOrigin(cache[0]->origin());
MaskType& newMask = mSavedMasks[leafIdx];//original bit-mask of current leaf node
for (int x = 0; x < LEAF_DIM; ++x ) {
for (int y = 0, n = (x << LEAF_LOG2DIM); y < LEAF_DIM; ++y, ++n) {
// Extract the portion of the original mask that corresponds to a row in z.
if (Word& w = newMask.template getWord<Word>(n)) {
// erode in two z directions (this is first since it uses the original w)
w = Word(w &
(Word(w<<1 | (cache.template gather<0,0,-1>(1, n)>>(LEAF_DIM-1))) &
Word(w>>1 | (cache.template gather<0,0, 1>(2, n)<<(LEAF_DIM-1)))));
w = Word(w & cache.gatherFacesXY(x, y, 0, n, 3));
}
}// loop over y
}//loop over x
cache.clear();
}//loop over leafs
}
template <typename TreeType>
inline void
Morphology<TreeType>::ErodeVoxelsOp::erode18(const RangeT&) const
{
OPENVDB_THROW(NotImplementedError, "tools::erode18 is not implemented yet!");
}
template <typename TreeType>
inline void
Morphology<TreeType>::ErodeVoxelsOp::erode26(const RangeT&) const
{
OPENVDB_THROW(NotImplementedError, "tools::erode26 is not implemented yet!");
}
template<typename TreeType>
inline void
Morphology<TreeType>::doErosion(NearestNeighbors nn)
{
/// @todo Currently operates only on leaf voxels; need to extend to tiles.
const size_t leafCount = mManager->leafCount();
// Save the value masks of all leaf nodes.
std::vector<MaskType> savedMasks(leafCount);
this->copyMasks(savedMasks, *mManager);
UpdateMasks a(savedMasks, *mManager);
ErodeVoxelsOp erode(savedMasks, *mManager);
for (int i = 0; i < mSteps; ++i) {
erode.runParallel(nn);
a.update();
}
tools::pruneLevelSet(mManager->tree());
}
////////////////////////////////////////
template<typename TreeType>
OPENVDB_STATIC_SPECIALIZATION inline void
dilateVoxels(tree::LeafManager<TreeType>& manager, int iterations, NearestNeighbors nn)
{
if (iterations > 0 ) {
Morphology<TreeType> m(&manager);
m.dilateVoxels(iterations, nn);
}
}
template<typename TreeType>
OPENVDB_STATIC_SPECIALIZATION inline void
dilateVoxels(TreeType& tree, int iterations, NearestNeighbors nn)
{
if (iterations > 0 ) {
Morphology<TreeType> m(tree);
m.dilateVoxels(iterations, nn);
}
}
template<typename TreeType>
OPENVDB_STATIC_SPECIALIZATION inline void
erodeVoxels(tree::LeafManager<TreeType>& manager, int iterations, NearestNeighbors nn)
{
if (iterations > 0 ) {
Morphology<TreeType> m(&manager);
m.erodeVoxels(iterations, nn);
}
}
template<typename TreeType>
OPENVDB_STATIC_SPECIALIZATION inline void
erodeVoxels(TreeType& tree, int iterations, NearestNeighbors nn)
{
if (iterations > 0 ) {
Morphology<TreeType> m(tree);
m.erodeVoxels(iterations, nn);
}
}
////////////////////////////////////////
namespace activation {
template<typename TreeType>
class ActivationOp
{
public:
typedef typename TreeType::ValueType ValueT;
ActivationOp(bool state, const ValueT& val, const ValueT& tol)
: mActivate(state)
, mValue(val)
, mTolerance(tol)
{}
void operator()(const typename TreeType::ValueOnIter& it) const
{
if (math::isApproxEqual(*it, mValue, mTolerance)) {
it.setValueOff();
}
}
void operator()(const typename TreeType::ValueOffIter& it) const
{
if (math::isApproxEqual(*it, mValue, mTolerance)) {
it.setActiveState(/*on=*/true);
}
}
void operator()(const typename TreeType::LeafIter& lit) const
{
typedef typename TreeType::LeafNodeType LeafT;
LeafT& leaf = *lit;
if (mActivate) {
for (typename LeafT::ValueOffIter it = leaf.beginValueOff(); it; ++it) {
if (math::isApproxEqual(*it, mValue, mTolerance)) {
leaf.setValueOn(it.pos());
}
}
} else {
for (typename LeafT::ValueOnIter it = leaf.beginValueOn(); it; ++it) {
if (math::isApproxEqual(*it, mValue, mTolerance)) {
leaf.setValueOff(it.pos());
}
}
}
}
private:
bool mActivate;
const ValueT mValue, mTolerance;
}; // class ActivationOp
} // namespace activation
template<typename GridOrTree>
inline void
activate(GridOrTree& gridOrTree, const typename GridOrTree::ValueType& value,
const typename GridOrTree::ValueType& tolerance)
{
typedef TreeAdapter<GridOrTree> Adapter;
typedef typename Adapter::TreeType TreeType;
TreeType& tree = Adapter::tree(gridOrTree);
activation::ActivationOp<TreeType> op(/*activate=*/true, value, tolerance);
// Process all leaf nodes in parallel.
foreach(tree.beginLeaf(), op);
// Process all other inactive values serially (because changing active states
// is not thread-safe unless no two threads modify the same node).
typename TreeType::ValueOffIter it = tree.beginValueOff();
it.setMaxDepth(tree.treeDepth() - 2);
foreach(it, op, /*threaded=*/false);
}
template<typename GridOrTree>
inline void
deactivate(GridOrTree& gridOrTree, const typename GridOrTree::ValueType& value,
const typename GridOrTree::ValueType& tolerance)
{
typedef TreeAdapter<GridOrTree> Adapter;
typedef typename Adapter::TreeType TreeType;
TreeType& tree = Adapter::tree(gridOrTree);
activation::ActivationOp<TreeType> op(/*activate=*/false, value, tolerance);
// Process all leaf nodes in parallel.
foreach(tree.beginLeaf(), op);
// Process all other active values serially (because changing active states
// is not thread-safe unless no two threads modify the same node).
typename TreeType::ValueOnIter it = tree.beginValueOn();
it.setMaxDepth(tree.treeDepth() - 2);
foreach(it, op, /*threaded=*/false);
}
} // namespace tools
} // namespace OPENVDB_VERSION_NAME
} // namespace openvdb
#endif // OPENVDB_TOOLS_MORPHOLOGY_HAS_BEEN_INCLUDED
// Copyright (c) 2012-2015 DreamWorks Animation LLC
// All rights reserved. This software is distributed under the
// Mozilla Public License 2.0 ( http://www.mozilla.org/MPL/2.0/ )
|