|
farm-ng-core
|
This is the complete list of members for sophus::MutImageView< TPixel >, including all inherited members.
| area() const -> size_t | sophus::ImageView< TPixel > | inline |
| colInBounds(int u) const -> bool | sophus::ImageView< TPixel > | inline |
| copyDataFrom(ImageView< TPixel > view) const | sophus::MutImageView< TPixel > | inline |
| fill(TPixel const &val) const | sophus::MutImageView< TPixel > | inline |
| generate(TUVOperation const &uv_op) const | sophus::MutImageView< TPixel > | inline |
| hasSameData(ImageView const &rhs) const -> bool | sophus::ImageView< TPixel > | inline |
| height() const -> int | sophus::ImageView< TPixel > | inline |
| imageSize() const -> sophus::ImageSize const & | sophus::ImageView< TPixel > | inline |
| ImageView()=default | sophus::ImageView< TPixel > | |
| ImageView(ImageLayout layout, TPixel const *ptr) noexcept | sophus::ImageView< TPixel > | inline |
| ImageView(sophus::ImageSize image_size, TPixel const *ptr) noexcept | sophus::ImageView< TPixel > | inlineexplicit |
| isContiguous() const -> bool | sophus::ImageView< TPixel > | inline |
| isEmpty() const -> bool | sophus::ImageView< TPixel > | inline |
| layout() const -> ImageLayout const & | sophus::ImageView< TPixel > | inline |
| layout_ | sophus::ImageView< TPixel > | protected |
| mut(int u, int v) const -> TPixel & | sophus::MutImageView< TPixel > | inline |
| mut(Eigen::Vector2i uv) const -> TPixel & | sophus::MutImageView< TPixel > | inline |
| mutate(TUnaryOperation const &unary_op) const | sophus::MutImageView< TPixel > | inline |
| MutImageView()=default | sophus::MutImageView< TPixel > | |
| MutImageView(ImageLayout layout, TPixel *ptr) noexcept | sophus::MutImageView< TPixel > | inline |
| MutImageView(sophus::ImageSize image_size, TPixel *ptr) noexcept | sophus::MutImageView< TPixel > | inline |
| mutSubview(Eigen::Vector2i uv, sophus::ImageSize size) const -> MutImageView | sophus::MutImageView< TPixel > | inline |
| operator!=(ImageView const &rhs) const -> bool=delete | sophus::ImageView< TPixel > | |
| operator()(int u, int v) const -> TPixel const & | sophus::ImageView< TPixel > | inline |
| operator()(Eigen::Vector2i uv) const -> TPixel const & | sophus::ImageView< TPixel > | inline |
| operator==(ImageView const &rhs) const -> bool=delete | sophus::ImageView< TPixel > | |
| pitchBytes() const -> size_t | sophus::ImageView< TPixel > | inline |
| Pixel typedef | sophus::ImageView< TPixel > | |
| ptr() const -> TPixel const * | sophus::ImageView< TPixel > | inline |
| ptr_ | sophus::ImageView< TPixel > | protected |
| ptrMut() const -> TPixel * | sophus::MutImageView< TPixel > | inline |
| reduce(TReduceOp const &reduce_op, TVal val=TVal{}) const -> TVal | sophus::ImageView< TPixel > | inline |
| rowInBounds(int v) const -> bool | sophus::ImageView< TPixel > | inline |
| rowPtr(int v) const -> TPixel const * | sophus::ImageView< TPixel > | inline |
| rowPtrMut(int v) const -> TPixel * | sophus::MutImageView< TPixel > | inline |
| setViewToEmpty() | sophus::ImageView< TPixel > | inlineprotected |
| shortCircuitReduce(TShortCircuitReduceOp const &short_circuit_reduce_op, TVal val=TVal{}) const -> TVal | sophus::ImageView< TPixel > | inline |
| sizeBytes() const -> size_t | sophus::ImageView< TPixel > | inline |
| subview(Eigen::Vector2i uv, sophus::ImageSize size) const -> ImageView | sophus::ImageView< TPixel > | inline |
| transformFrom(ImageView< TOtherPixel > view, TUnaryOperation const &unary_op) const | sophus::MutImageView< TPixel > | inline |
| transformFrom(ImageView< TLhsPixel > lhs, ImageView< TRhsPixel > rhs, TBinaryOperation const &binary_op) const | sophus::MutImageView< TPixel > | inline |
| unsafeConstCast(ImageView< TPixel > view) -> MutImageView | sophus::MutImageView< TPixel > | inlinestatic |
| view() const -> ImageView< TPixel > | sophus::MutImageView< TPixel > | inline |
| visit(TFunc const &user_function) const | sophus::ImageView< TPixel > | inline |
| width() const -> int | sophus::ImageView< TPixel > | inline |