Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
otbtf
Commits
3cc80d29
Commit
3cc80d29
authored
Jun 22, 2019
by
Cresson Remi
Browse files
FIX: remove physical tolerance check
parent
043f2f3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/otbTensorflowMultisourceModelBase.h
View file @
3cc80d29
...
...
@@ -72,7 +72,7 @@ public:
/** Standard class typedefs. */
typedef
TensorflowMultisourceModelBase
Self
;
typedef
itk
::
ProcessObject
Superclass
;
typedef
itk
::
ImageToImageFilter
<
TInputImage
,
TOutputImage
>
Superclass
;
typedef
itk
::
SmartPointer
<
Self
>
Pointer
;
typedef
itk
::
SmartPointer
<
const
Self
>
ConstPointer
;
...
...
include/otbTensorflowMultisourceModelBase.hxx
View file @
3cc80d29
...
...
@@ -21,6 +21,8 @@ TensorflowMultisourceModelBase<TInputImage, TOutputImage>
::
TensorflowMultisourceModelBase
()
{
m_Session
=
nullptr
;
Superclass
::
SetCoordinateTolerance
(
itk
::
NumericTraits
<
double
>::
max
()
);
Superclass
::
SetDirectionTolerance
(
itk
::
NumericTraits
<
double
>::
max
()
);
}
template
<
class
TInputImage
,
class
TOutputImage
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment