|
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Threading.Tasks;
|
|
|
|
+using System.Drawing;
|
|
|
|
|
|
namespace bbiwarg.DataSource
|
|
namespace bbiwarg.DataSource
|
|
{
|
|
{
|
|
@@ -44,7 +45,7 @@ namespace bbiwarg.DataSource
|
|
return confidenceImage.getConfidence(x, y);
|
|
return confidenceImage.getConfidence(x, y);
|
|
}
|
|
}
|
|
|
|
|
|
- public Color4 getColor(int x, int y)
|
|
|
|
|
|
+ public Color getColor(int x, int y)
|
|
{
|
|
{
|
|
float u = uvImage.getU(x, y);
|
|
float u = uvImage.getU(x, y);
|
|
float v = uvImage.getV(x, y);
|
|
float v = uvImage.getV(x, y);
|